body {
  display: flex;
  justify-content: center;
  font-family: "Asul", serif;
  color: #e3efff;
  background-color: #2d0d36;
}

ul {
  list-style-type: none; 
}

a {
  text-decoration: none;
  color: #0084ff;
}

.main {
  width: 80%;
  padding: 10px;
}

@media (min-width: 1024px) {
  .main {
    width: 40%;
    font-size: large;
  }
  
  a:hover {
    color: blue;
  }
}
