html{
    width:1000px;
    margin:0 auto;
    font-size: 16px;
    font-family: 'Castoro Titling', cursive;
}
header img{
    margin-top:10px;
    width:160px;
    height:50px;
}
header img:hover{
    opacity:0.6;
}
nav ul{
    display:flex;
    gap:20px;
    font-size: 1.6rem;
    margin-top: 40px;
    margin-left: 500px;
    margin-top: -50px;
    list-style-type: none;
}
nav ul a{
    text-decoration: none;
}
h3{
    font-size: 30px;
}
article{
    width:600px;
}
aside{
   width:300px;
   margin-top: -100px;
}
.read{
    display:flex;
    gap:20px;
}
/* footer */
footer{
    width:1000px;
    height:20px;
    background-color: rgb(27, 189, 189);
    color:white;
    text-align: center;
    padding-top: 4px;
}