:root {
  --primary-color: #2dd4bf;
  --text-color: #171717;
}

body {
  font-family: 'Dosis', Arial, sans-serif;
  font-size: 2em;
  font-optical-sizing: auto;
  color: var(--text-color);
  background-color: #e3e3e3;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

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

h1 {
  font-size: 3em;
  font-family: "Playwrite GB S", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--primary-color);  
}