.image-container{
    border-radius: 10px;
    background-color: rgb(50, 50, 50);
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img{
    width: 60%;
    height: 60%;
    opacity: .7;
}
