body {
  background-color: rgb(10, 12, 16); 
  font-family: Calibri, Helvetica;
  color: rgb(240, 243, 246);
}

.box {
  margin: auto;
  width: 60%;
  text-align: center;
}

a {
  color: rgb(240, 255, 246);
  text-decoration: none;
}
