@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap');

body{
    height: 100dvh;
    font-size: 0.875rem;
    line-height: 1.6;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
header{
    height: 7dvh;
    z-index: 9;
}
main{
    height: 86dvh;
    overflow-y: scroll;
    font-size: 1rem;
}
::-webkit-scrollbar {
    display: none;
}
footer{
    height: 7dvh;
    z-index: 9;
}