body {
    background-color: #24255c;
    color: white;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    text-align: center;
}
.subtext {
    
    margin-top: 10px;
}
.links {
text-align: center;
margin-top: 20px;
}
.links ul {
    list-style: none;
    padding: 0;
}
.links li {
    display: inline-block;
    margin: 0 10px;
}


.btn {
  position: relative;
  text-decoration: none;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.5em;
  border: none;
  font-family: inherit;
  font-weight: 500;
  color: white;
  background-color: #6f79d7;
}
