* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-size: 1.6rem;
    font-family: 'Inter', sans-serif;
    font-family: 'Poppins', sans-serif;
  }
  
  body {
    background-color: #228664;
  }
  
  html {
    font-size: 62.5%;
  }
  
  button {
    cursor: pointer;
  }