@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100;200;300&family=Comfortaa:wght@300;400;500&family=Hubballi&family=Oregano:ital@0;1&family=Poiret+One&display=swap');


/* 
font-family: 'Arima', cursive;
font-family: 'Comfortaa', cursive;
font-family: 'Hubballi', cursive;
font-family: 'Oregano', cursive;
font-family: 'Poiret One', cursive;
*/


body {
  font-family: 'Poiret One', cursive;
  background-color: rgb(255, 255, 255);
  color: rgb(112, 74, 12);
}

.display-1 {
  text-shadow: 2px 2px 5px rgb(173, 126, 51);
}


#h3,#h4 {
  text-shadow: 2px 2px 4px rgb(173, 126, 51);
}


#logo {
  opacity: 0.6;
}

.card{
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
cursor: pointer;
}

.card:hover{
   transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}