@charset "UTF-8";

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

html {
    font-size: 8px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-size: cover;
    display: flex;
    height: 100vh;
}
main {
    width: 42.0rem;
    height: 37.5rem;
    overflow: hidden;
}
 