/*-PADRAO-*/
body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    width: 100%;
}

.corpo {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    background-color: rgba(20, 0, 255, 0.05);
    background: rgba(20,0,255,0.07);
    justify-content: center;
}

.corpo img {
    width: 75%;
    max-width: 350px;
    
}



.bg {
    background-image: url(../img/bg-host.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right -350px bottom -150px;
    background-size: 1500px;
    opacity: 0.2;
}