*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    margin: 40px;
    font-family: 'Roboto', sans-serif;
    /* font-size: 30px; */
    color: #747474;
    background: #202124;
    /* background: linear-gradient(to bottom, #92c3ff, #72b0fc); */
}
