/*   **********    SETUP OF DOCUMENT     **********     */

html,
body * {
    box-sizing: border-box;
}

html {
    font-size: 8px;
}

body {
    margin: 0;
    padding: 0;
    font-family: Roboto;
    background-color: #727272;
}

.main {
    width: 42.0rem;
    height: 32.5rem;
    background-color: white;
    color: #000;
    overflow: hidden;
}

h3 {
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
}

.img > img {
    /* width: 100%; */
    /* margin-right: 20.0rem; */
    overflow:hidden;
    position: absolute;
}

#logo { 
    top: 85px;
    /* top: 20px; */
    left: 132px;
    visibility: hidden;
}
