@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;300;500&display=swap');

*{
    margin:0px;
    padding:0px;
    overflow-x:hidden;
}

.hidden{
    display: none !important;
}

canvas {
    max-height: 250px;
}


body{
    width:100%;
    min-height: 100%;
    min-width:320px;
}

#maincontainer{
    background-image: url("/static/imgs/bg.png");
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    z-index:2;
    position:absolute;
    margin:0px;
    padding:0px;
    min-width:320px;
    min-height: 100%;
    font-weight:100;
    width:100%;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

#main_bg{
    z-index:1;
    opacity:0.4;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-image: url("/static/imgs/mentecuore.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 70vh;
}