@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600&display=swap');

*{
    box-sizing:border-box;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


header{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vw;
  background-color: #FFFFFF;
}

body{
  background-color: #1c4264;
  height: 100%;
}
H3{
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 1.6vw;
  text-align: center;
  color: #FFFFFF;
  padding: 0.5vw;
}
H2{
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 1.6vw;
  text-align: center;
  color: #FFFFFF;
  padding: 1.5vw;
}
section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
