body {
    background-color: ghostwhite;
    position: relative;
    font-family: GoudyOldStyleT-Regular, "Goudy Old Style", sans-serif;
}
    #title {
        font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
        width: 100vw;
        height: 100vh;
        margin: auto;
        top: 0;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
        #title_cover {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        #cover {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(1,2,2, 0.6);;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        #name {
            /*width: fit-content;*/
            /*margin: 40vh auto;*/
            letter-spacing: 0.8vw;
            text-align: center;
        }
        h1 {
            font-size: 7vw;
            font-weight: initial;
        }
        h3 {
            font-size: 4vw;
            font-weight: initial;
            margin-top: 4vw;
        }
        #address {
            margin-top: 10vw;
        }

        h1, h3, h3 a {
            color: white;
        }

    #about, #re_hair, #order {
        padding: 8vw 8vw;
    }

    h4 {
        font-size: 5vw;
        text-align: center;
    }

    p {
        font-size: 2vw;
        margin-top: 3vh;
        text-indent: 3vw;
        line-height: 3vw;
    }

        .biggerFont {
            font-size: 4vw;
            margin-top: 3vh;
            text-indent: 3vw;
            line-height: 6vw;
        }

    .visible_link {
        color: #0B0BD7FF;
    }

    #re_hair {
        text-align: center;
        background-image: url('pics/map3.png');
        background-position: center center;
    }

    .address {
        text-align: center;
        margin-top: 10vh;
    }

#link_bow {
    position: relative;
    width: 80vw;
    height: auto;
    z-index: 10;
}