@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');

body {
  background-color:#BFBBBA;
}
.logo h4 {
  font-family: 'Press Start 2P', cursive;
  color: white;

}


.font-presstart {
  font-family: 'Press Start 2P', cursive;
  font-size: 14px; 
}

.font-h1, .font-h4, .font-h5 {
  font-family: 'Press Start 2P', cursive;
  /* font-size: 36px;  */
}

.font-p {
  font-family: 'Press Start 2P', cursive;
  font-size: 11px;
}

.p-center {
  padding-top: 250px;
}

.bg-secondary {
  transition: all 1s ease;
}

/* Figure  */
.figure-wd {
  width: 12rem
}

/* Footer Div*/
.footer-font {
  color: white;
}

 /* Hover */
 .hover-card:hover {
   background: rgb(240, 255, 255);

 }

