body {
    overflow: hidden;
    background-color: rgb(255, 0, 0);
}






.__app_v_container {
    height: 100vh;
    width: 100vw;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}


.__app_v_view {
    height: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
   

}

.__icon_volto_app {
    
    width: 130px;
    background-color: white;
    border-radius: 5px;

    background-image: url('/imgs/icons/b.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
    height: 130px;

}

.__content_description {
   
    width: 92%;
    height: 100px;

    border-radius: 10px;
    background-color: #131313;
    display: flex;
    align-items: center;
    justify-content: center;
}

.__content_description p{
    color: white;
    width: 90%;
    font-size: 17px;
    font-weight: 300;
    font-family: sans-serif;
    line-height: 33px;
    text-align: justify;


}

.__container_button {
    border: 2px solid red;
    width: 90%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}