@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body {
  font-family: "Inter", sans-serif;
 
 

  
  background-color: #5aa694;
    color: #bacddc;
  }
  p {
    font-size: 20px;
  }
  a {
    color: #80288d;
  }
  h1 {
    color: rgb(200, 200, 200);
  }