@charset "utf-8";
/* CSS Document */



#wrapper {
    height: 100vh;
}

.construct {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    height: inherit;
}
body {
}

@media screen and (min-width:769px){
}


@media screen and (min-width:620px) and (max-width:768px){
}



@media screen and (max-width:619px){
}
