@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.woff2")
}
@media only screen and (max-width: 768px){
  body{
    margin: 0;
    background: #FFFFFF;
    text-align: left;
    font-family: 'Montserrat';
    margin-left: 10%;
    margin-right: 10%;
}
img{
  height: auto;
  width: 70vw;
  margin: auto;
  display: block;
}
}

@media only screen and (min-width: 768px){
  body{
    margin: 0;
    background: #FFFFFF;
    text-align: left;
    font-family: 'Montserrat';
    margin-left: 30%;
    margin-right: 30%;
}
img{
  height: auto;
  width: 30vw;
  margin: auto;
  display: block;
}
}
nav{
  font-weight: 500;
  text-align: center;
}
h1{
  font-weight: 600;
  text-align: center;
}
h2{
  font-weight: 500;
  text-align: center;
}
h3{
  font-weight: 500;
}
h4{
  font-weight: 500;
}
p{
  font-weight: 300;
}
a:link {
  color: black; 
  background-color: transparent; 
  text-decoration: none;
}
a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: black;
  background-color: palegoldenrod;
  text-decoration: none;
}
a:active {
  color: black;
  background-color: transparent;
  text-decoration: none;
}