head, body {
    height: 100%;
    width: 100%;
    background-image: url("/res/img/4.png");
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
}


.xot {
    width:400px;
}

.text {
    text-shadow: 1px 1px 1px white;   
}

#voltarea {
    background: white;
    border: black 3px solid;
    text-align: center;
    padding:10px;
    margin:10px;
    height:300px;
    color:black;
}

.package {
    width: 75px;
    height: 75px;
}

p {
    color:white
}