* {
  box-sizing: border-box;
}

body {
    background-color: black;
    color: #aaa;
}

* {
    font-family: Ubuntu;
}
