@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');
html, body {
  min-height: 100%;
}
body {
  margin: 0;
  background-image: url("images/pexels-burst-374148.jpg");
  background-repeat: no-repeat;
  background-position: center top; 
  background-size: cover;
  font-family: 'Barlow', sans-serif;
}
h1, h2 {
  color: white;
  text-align:center;
}
.welcome {
  color: #669892;
  font-size: 3rem;
  font-family: 'Niconne', cursive;
}
.other {
  font-weight: 400;
}
div {
  margin-top: 10vh;
}