*,
*::before,
*::after {
  margin: 0;
  padding: 0;

  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
height: 100vh;
color: azure;
text-shadow: 3px 3px 8px gray;
font-family: sans-serif;
font-family: "Segoe UI", sans-serif;
  

  background-color: lightblue;

display: flex;
align-items: center;
justify-content: center;
  
}

p{

font-size: 2rem;

}
