* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  background-color: #151721;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

svg {
  width: 75px;
}

section {
  display: flex;
  font-size: 36px;
}

h1 {
  font-family: "Orbitron", sans-serif;
}

main {
}
