*{
    margin: 0;
    padding: 0;
    
    
}

body{
    background-image: url("./images/pexels-ylanite-koppens-697662.jpg");
    background-attachment: fixed;
    background-size:cover ;
    color: #E2C498;
}

h1{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    line-height: 50px;
    margin-bottom: 20px;
    
}

nav{
    
  
    min-height: 50px;
    
}

#list{
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    
}

#utc{
  
    list-style-type: none;
}

#utc button{
    background-color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: #E2C498;
    font-size: 30px;
    padding: 10px;
    box-sizing: border-box;
}



#utc button:hover{
    color: #F3A358;
    text-decoration: underline;
}

.main{
    display: flex;
    flex-direction: column;
    min-height: 500px;
    justify-content: center;
    align-items: center;
}

.main p{
    width: 40%;
    text-align: center;
    padding: 30px;
    
    text-shadow: 1px 1px rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 50px;
}

.main p:last-child, p:first-child{
    font-size: 20px;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 30%;
    
}

.main p:last-child span{
    text-decoration: underline;
    color: #F3A358;
}

#date{
    cursor: pointer;
}

#quote a{
    color: #E2C498;
    text-decoration: none;
}

#quote a:hover{
color: #F3A358;
text-decoration: underline;
}

footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;

}

