@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap');

html {
  height: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  background-color: #CFEEEE;
}

h1{
font-weight: 500;
}

p{
    font-weight: 300;
}
