* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    font-size: 62.5%;
}

body {
    width: 100%;
    height: 100%;

    font-family: 'Roboto', sans-serif;
    background-color: #3C4262;
    color: #bbbcc0;

    text-align: center;
}