@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');

* {
    margin: 0;
    padding: 0;
    font: 100%;
    vertical-align: baseline;
}


/* theme starts*/

html {
    background-image: url("../img/vintage_bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.box_text {
    font-family: "Gilda Display", serif;
    font-size: 1.3rem;
    line-height: 3rem;
}

#reference {
    font-family: "Gilda Display", serif;
    line-height: 1.5rem;
    letter-spacing: 2px;
}

footer {
    font-family: "Gilda Display", serif;
    letter-spacing: 1px;
}

/* theme ends */


/* header starts */
header {
    position: relative;
}

#siteID {
    top: 20px;
    left: 30px;
    position: absolute;
}

#siteID img {
    width: 15vw;
    transition: all 0.1s ease-in-out;
}

#siteID img:hover {
    width: 15.25vw;
}

#reference {
    margin-top: 10px;
    top: 200px;
    left: 50px;
    position: absolute;
}

#reference a {
    text-decoration: none;
    color: lightgoldenrodyellow;
    transition: all 0.3s ease-in-out;
}

#reference a:hover {
    color: rgb(251, 251, 228);
    font-size: 1.05rem;
}

/* header ends */


/* main starts */

main {
    width: 68vw;
    margin: auto;
    padding: 30px;
}

.illustration {
    width: 40vw;
    margin: auto;
    margin-top: 8vh;
}

.illustration img {
    width: 100%;
}

.box_text {
    margin: auto;
    padding: 0px 50px 30px 50px;
    text-align: center;
}

.box_text a {
    text-decoration: none;
    color: lightgoldenrodyellow;
    transition: all 0.3s ease-in-out;
}

.box_text a:hover {
    color: rgb(251, 251, 228);
    font-size: 1.4rem;
}

/* main ends */


/* footer starts */
footer {
    width: 100%;
    bottom: 2%;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    color: rgba(47, 54, 61, 0.7);
}
/* footer ends */
