@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');

h1 {color: rgb(91, 91, 91);
font-family: "Cookie", sans serif;
font-size: 50px;
    
      }

body {
font-family: "Sour Gummy", sans serif;
background-color: rgba(126, 248, 219, 0.948);

}

a: link {text-decoration: none;
color: #F77E63;
}

a:visited {color: #C2634E}