* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100vw;
  height: 100vh;
  background-color: #00233a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contenitore {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 200px;
}

a {
  font-family: "Archivo", sans-serif;
  font-size: 1.5rem;
  color: #f9f8f2;
}
