 
 
 body {
        
        font-family: 'Odibee Sans', cursive;
	color: #293745;
animation: fadeInAnimation ease 3s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
        }
@keyframes fadeInAnimation {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
	
      }

.odibee-sans-regular {
  font-family: "Odibee Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
  font-size: 20px;
  color: #0C2340;
}

a:hover {
  opacity: 0.7;
}

.fa {
  padding: 10px;
  width: 32px; 
  text-align: center;
  text-decoration: none;
  margin: 5px 10px;
  border-radius: 50%;
}


.fa:hover {
    opacity: 0.7;
}

.fa-twitter {
  background:#0C2340;
  color: white;
  
}

.fa-instagram {
  background:#0C2340;
  color: white;
}

.fa-tumblr {
  background: #0C2340;
  color: white;
}


a:hover{text-decoration:none;color:#5b7b80;cursor:crosshair;
 color:#5b7b80;
 ;
 ;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #2c27a8;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.card {
     border-radius: 25px;
 }

 