body{
    margin: 0 !important;
}
.monstro-content{
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 4rem);
    background-color: var(--home-background);
}
#alert{
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    z-index: 99999;
}
.custom-blocks{
    position: relative;
    max-width: 70rem;
    align-self: center;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
}
.img-conf{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}
.d-none{
    display: none;
}
@media screen and (max-width: 770px){
    .monstro-content{
        min-height: 100vh;
    }
}
