html{
    background-color: #00a0d2;
}
.center-galery{
    border: solid;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.center-ga{
    border: solid red;
    width: 50%;
}

.content{
    max-width: 800px;
    max-height: 600px;
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 6px rgba(0.0,0,0.16), 0 3px 6px rgba(0,0,0,0.32);
    overflow-y: auto;
    background-color: #5a5a5a;
    text-align: center;
}

.container{
    border: solid 5px red;
    background-color: #00a0d2;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

}
