@font-face {
  font-family: 'DegularDisplay';
  src: url('DegularDisplay-Medium.otf') format('opentype');
}

body {
  margin: 0;
  padding: 0;
  background-color: #8985fe;
  background-image: url('bg.png');
  background-repeat: no-repeat;
  background-position: top right;
  font-family: sans-serif;
  font-size: 20px;
}

h1 {
  font-family: 'DegularDisplay', sans-serif;
  font-size: 42px;
  letter-spacing: 2px;
}

p {
  font-family: 'DegularDisplay', sans-serif;
}


.container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  text-align: center;
  margin-top: 25vh;
}

.box {
  background: white;
  color: black;
  padding: 30px;
  border-radius: 8px;
  max-width: 600px;
}

a {
  color: black;
  text-decoration: underline;
  letter-spacing: 2px;
}

