.prepare {
  font-size: 20px;
}

.prepare :hover {
  font-style: italic;
}

.container {
  position: relative;
   display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

body {
  background-color: white;
  color: black;
  font-family: 'coral_pixels';
}