@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@0;1&display=swap');

body {
  margin: 0;
  width: 100%;
  height: 100vh;
  background: #EB5637;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #F1E9D5;
  font-family: 'Playfair Display', serif;
}

h1 {
  font-size: 15vw;
}

h1 i {
  color: #A7EB37
}

a {
  text-decoration: none;
  color: #F1E9D5;
}