body{

    background-color: rgb(218, 67, 44);
}

.top {

    background-image: url(../media/sexy_girlfriend.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    flex-direction: column;

}

#title{
    font-size: 70px;
    color: white;
    font-family: "EB Garamond", serif;
    font-weight: bold;
    text-align: right;
}

a{
    color: white;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
    font-size: 100px;
    color: red;
}

#table-content{
    display: flex;
    flex-direction: column;
    font-size: 60px;
    color: white;

}