@import url(//fonts.googleapis.com/css?family=Grand+Hotel);
@import url(//fonts.googleapis.com/css?family=Dosis);

body{
  font-family: 'Dosis', sans-serif;
  background: #F6F5F0;
  overflow-x: hidden;
}

h1{
  font-family: 'Grand Hotel', sans-serif;
  font-size: 48px
}
h2{
  font-family: 'Grand Hotel', sans-serif;
  font-size: 35px
}
h3{
  font-family: 'Grand Hotel', sans-serif;
  font-size: 26px
}

.info-row{
  background: white;
  border-radius: 15px;
  margin-top: 30px;
  padding: 20px;
box-shadow: 6px 5px 44px -6px rgba(140,143,140,1);
transition: box-shadow .4s ease-in-out;


}

.info-row:hover{
box-shadow: 6px 5px 44px 4px rgba(140,143,140,1);
}


