body{
    display: absolute;
    text-align: center;
    background-color: #272829;
    padding-top: 15%;
    border: 0;
    margin: 0;
    color: antiquewhite;
    
}

#title{
    position: relative;
    font-size: 50px;
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin: 10px
}

#sub-title{
    position: relative;
    font-size: 25px;
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
ul{
    list-style-type: none;
}