h1 {
  font-family: Raleway;
  font-size: 44px;
  color: plum;
  text-align: center;
}

p {
  font-family: Raleway;
  text-align: center;
  text-transform: lowercase;
  font-style: normal;
}

h1 {
  font-family: Raleway;
  color: plum;
  font-size: 100px;
  text-align: center;
  text-transform: lowercase;
  font-style: normal;
}

h3 {
  font-family: Gill Sans Extrabold, sans-serif;
  text-align: center;
  font-size: 45px;
  text-transform: lowercase;

}

.contact {
  font-family: Raleway;
  color: plum;
  font-size: 30px;
  text-align: center;
  text-transform: lowercase;
}

.footer {
  font-family: Raleway;
  color: plum;
  font-size: 30px;
  text-align: center;
  text-transform: lowercase;
}

nav {
  font-family: Raleway;
  background-color: transparent;
  height:100px;
  font-size: 30px;
  margin: 60px 0px;
  text-align: center;
  text-transform: lowercase;
}

img{
  border-radius: 25px;
  border-style: outset;
}
