body, html {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    background-color: #121212;
    color: #ffffff !important;
    background-image: url('assets/bg.svg');
}
.viewport-min-width{
    min-width: 300px;
}
@media (max-height: 400px) { 
    html{
        font-size:14px !important;
    }
}
@media (max-height: 300px) { 

    .display-1{
        font-size: calc(1rem*1.2) !important;
    }
    .display-6{
        font-size: calc(1rem) !important;
    }
}