* {
  box-sizing: border-box;
}

body {
  width: 100%;
  font-family: 'Ubuntu', sans-serif;
}

main {
  text-align: center;
}
