html{
    width:1000px;
    margin:0 auto;
    font-size: 14px;
    font-family: 'Castoro Titling', cursive;
}
header img{
    margin-top:10px;
    width:160px;
    height:50px;
}
header img:hover{
    opacity:0.6;
}
nav ul{
    display:flex;
    font-size: 1.2rem;
    margin-left: 500px;
    margin-top: -30px;
    gap:20px;
}
article{
    width:600px;
}
aside{
    width:300px;
}
.day{
    display:flex;
    gap:40px;
}
h3{
    font-size: 30px;
    color:rgb(14, 141, 150);
    margin-top: 20px;
}
.date{
    font-size: 1.6rem;
}
h4{
    margin-top: 10px;
    font-size: 1.6rem;
    margin-bottom: 4px;
}
aside a{
    padding-top: 3px;
    margin-left: 4px;
    font-size: 14px;
}
aside a:hover{
    opacity: 0.6;
}
.photo{
    display:flex;
    gap:30px;
}

/* footer */
footer{
    width:1000px;
    height:20px;
    background-color: rgb(27, 189, 189);
    color:white;
    text-align: center;
    padding-top: 4px;
}