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

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

html {
    font-size: 8px;
}

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

.go {
    position: fixed;
    left: 30%;
    top: 80%;
    width: 40%;
    height: auto;
}

.lord {
    position: fixed;
    left: -55%;
    top: 4%;
    width: 55%;
    height: auto;
}

.let {
    width: 50%;
    height: auto;
}



.main {
    width: 42.0rem;
    height: 37.5rem;
    background-color: whitesmoke;
    color: #FFF;
    overflow: hidden;
}

.main img {
    margin-top: 30px;
}

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

.img > img {
    width: 100%;
    margin-right: 20.0rem;
    overflow:
}
