
.jumbotron {
  padding-top: 7rem;
  background-color: #2A83A4;
}

#projects {
  background-color: #2A83A4;
}

section {
  padding-top: 0px;
}

* {
  font-family: 'Poppins', sans-serif;
}

.rep, .btn-send, .btn-loading {
  background-color: #2A83A4;
  border: none;
 
  display: inline-block;
  
  border-radius: 12px;
  height: 40px;
}
.btn-send, .btn-loading {
  color: white;
  padding: 0px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}
.rep a {
  color: white;
  padding:  0px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}

img, p, h2, h3, h4 {
  /* width: 100px; */
  /* height: 100px; */
  position: relative;
  /* background-color: red; */
  animation-name: example;
  animation-duration: 5s;
  
}

@keyframes example {
  0%   {opacity: 0;}
  100% { opacity: 100;}
}


