
.max-width-1{
    max-width: 80vw;
}
.m-auto{
    margin: auto;
}
.max-width-2{
    max-width: 95vw;
}
.max-height-1{
    height: 200px;
}
