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

body {font-family: 'Jost', sans-serif;}



.link {text-decoration: none; color: #e96b39}

.parallax {
  height: 75vh; 
  background-image: url('../main.jpg'); 
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 100px 0;
}
