@import url('https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap');


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Permanent Marker', cursive;
    
    
}


.navbar a{
  color: #017371;
  font-size: 22px;
  font-weight: 700;
  font-family: sans-serif ;
}




p, h6{
  font-family: sans-serif ;
}


.navbar a:hover{
  color: orangered;
  text-decoration: underline;
}

.first-section{
  background-color: #017371;
}