.container{
    column-count: 3;
column-gap: 0px;
}
.item img{
    width: 100%;
    height:100%;
}
body{
background-color: black;
}
header{
    text-align:right;
}
a{
    text-decoration: none;
    color: #3feebf;