@import url('https://fonts.googleapis.com/css2?family=Gelasio:wght@400;500;600&display=swap');

body {
  background-color: #FDF0F4;
  text-align: center;
  font-family: 'Gelasio', serif;
}

a {
  color: #C3CBFB;
}

.entry-box {
  margin: 20px auto;
  padding: 20px;
  width: 65%;
  border: 1px dashed #FFB5E5;
  text-align: left;
}