@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;900&display=swap');

body {
     background: #80ffe3;
     color: #3867c7;
     padding: 0 16px;
     font-family: 'Prompt', sans-serif;
     text-align: center;
}            
h1 {
     font-size: 100px;
     font-kerning: normal;
     letter-spacing: 25px;
     text-shadow: 7px 7px 0px #ffffff; 
}
p {
    font-size: 1em;
    line-height: 1.6;
