@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,700&display=swap');

body {
  background-color: beige;
    margin: 0;
    font-family: 'Nunito Sans', Lato, 'Trebuchet MS', sans-serif;
    color: #020202;
  }
  