.container {
  width: 70%;
  margin: 5% auto;
  text-align: center;
}

a {
  color: #F6F5F4;
  margin: 1%;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #4ECCA3;
  font-size: 1.5rem;
}

body {
  background-color: #393E46;
  font-family: 'Nunito', sans-serif;
}

h1 {
  margin: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 8rem;
  color: #4ECCA3;
}

h3 {
  font-weight: 900;
  font-size: 3rem;
  color: #BAB4A5;
}

p {
  font-size: 1.5rem;
  color: #4ECCA3;

}

footer {
  margin: 10% auto 5% auto;
  color: #EEEEEE;
  text-align: center;
  font-weight: lighter;
  font-size: 1.5rem;

}

.contact-me {
  margin: auto;
  color: #EEEEEE;
  text-align: center;
}

.btn {
  background: #11cdd4;
  background-image: -webkit-linear-gradient(top, #11cdd4, #11999c);
  background-image: -moz-linear-gradient(top, #11cdd4, #11999c);
  background-image: -ms-linear-gradient(top, #11cdd4, #11999c);
  background-image: -o-linear-gradient(top, #11cdd4, #11999c);
  background-image: linear-gradient(to bottom, #11cdd4, #11999c);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #30e3cb;
  background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
  text-decoration: none;
}
