*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

body{
    background-color: white;
    box-sizing: border-box;
    min-height: 100vh;
    max-width: 100vw;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

@media screen and (max-width: 1280px)  and (orientation: landscape) {

}

@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {

}

@media screen and (max-width: 768px)  and (orientation: landscape) {
 
}

@media screen and (max-width: 767px)  and (orientation: portrait) {

}