html, body{
    margin:0;
    padding:0;
    overflow: hidden;
}

#vermocaneContainer{
    width: 100vw;
    height: 100vh;
     display: flex;
    justify-content: center;
    align-items: center;
    background-image:url("img/bg.webp");
}

#vermocaneContainer > img{
    max-height: 250px;
    max-width: 250px;
}

#textContainer{
    color: white;
    display:inline;
    text-shadow: 2px 2px 2px black;
    position:absolute;
    left:35vw;
    top:35vh;
}

