:root {
    background-color: #b99976 ;
}

h2{
    font-size: 75px;
    text-align: center;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 50;
}
p{
    text-align: center;
    font-size: 20px;
    font-style: oblique;
}
.container a{
    color: black;
    display:flex;
    font-size: 30px;
    text-decoration: none;
    
}
