* {
    box-sizing: border-box;
    margin: 0px;
}
@font-face {
    font-family: 'Pixel';
    src: url('../fonts/Pixel.ttf') format('truetype');
}
body {
    background-color: cadetblue;
    font-family: 'Pixel', sans-serif;
    color: white;
}