.play-regular {
  font-family: "Play", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  margin: 0 auto;
}
body {
  font-family: 'Play', sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #333;          
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: white;
  transition: background-color 0.3s ease, color 0.3s ease;
}

h1, h2 {
  font-weight: 700;
}

h3{
  font-size: 20px;
  font-weight: 500;
  
}

hr {
  margin: 30px 0;
}

.sentence {
  font-weight: 500;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}
p {
  font-weight: 400;
}