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.4rem;
    margin-left: 500px;
    margin-top: -30px;
    gap:20px;
    list-style-type: none;
}
nav ul a{
    text-decoration: none;
}
article{
    width:600px;
}
aside{
    width:200px;
    margin-top: -20px;
    font-size: 1.2rem;
}
.day{
    display:flex;
    gap:60px;
}
h3{
    font-size: 30px;
    color:rgb(14, 141, 150);
}
.date{
    font-size: 16px;
}
.pyuro{
    display:flex;
    gap:20px;
}
article img{
    padding-top: 20px;
}
aside a{
    padding-top: 3px;
    margin-left: 4px;
    font-size: 14px;
}
aside a:hover{
    opacity:0.6;
}
.img{
    display:flex;
    gap:10px;
}
/* footer */
footer{
    width:1000px;
    height:20px;
    background-color: rgb(27, 189, 189);
    color:white;
    text-align: center;
    padding-top: 4px;
    margin-top: 150px;
}