h3{
    color:#ddddee;
    margin:0;
}
header{
    width:1210px;
}
.sidebar a{
    color:#ddff00;
}
.content a{
    color:rgb(168, 0, 42);
}
.content a:hover{
    color:#660022;
}
main{
    width:1210px;
}
.sidebar{
    width:300px;
    background-color: rgba(4,4,4,0.8);
    color:white;
}
.content{
    width:910px;

}
.grid{
    display:grid;
    grid-template-columns: auto auto auto;
    padding:10px;
}
.grid img{
    object-fit:cover;
    width:100%;
    aspect-ratio: 1 ;
    border:solid 4px black;
}
footer{
    width:1210px;
}