#home{
    background-color: black;
}

#mirror{
    text-align: center;
    display: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vw;
}

.responsive {
    max-width: 100%;
    height: auto;
}

#beginning{
    font-family: 'Tangerine', cursive;
    color: black;
    text-shadow: 0.15vw 0.15vw rgb(250, 252, 204);
    font-size: 8vw;
    margin: auto;
}

#table{
    background-color: whitesmoke;
}

h1{
    color: whitesmoke;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18vw;
    margin-top: auto;
    margin-left: auto;
    margin-right: 5vw;
    text-shadow: 0.75vw 0.75vw grey;
    text-align: center;
    line-height: 15vw;
}

h2{
    color: grey;
    text-shadow: 0.5vw 0.5vw white;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 7.5vw;
    margin-bottom: auto;
    margin-top: 15vw;
}

p{
    font-family: 'Source Code Pro', monospace;
    color: grey;
    font-size: 2.75vw;
    margin-right: 2%;
    margin-left: 1.5%;
    text-align: center;
}

#content{
    
}

#love{
    text-align: center;
    margin-top: 5vw;
}

a{
    color: grey;
    text-decoration: none;
}