@font-face {
  font-family: Louis;
  src: url(../../../fonts/louis_george_caf/Louis\ George\ Cafe.ttf);
}

body {
  text-align: center;
  color: #71461c;
  font-family: Louis !important;
  background-color: #eddcd2;
  /*background-color: #fff1e6;*/
}

#icon {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

div {
  margin-top: 150px;
  margin-left: 150px;
  margin-right: 150px;
}

#one {
  width: 250px;
  height: 250px;
}

#two {
  width: 175px;
  height: 175px;
}

#three {
  width: 100px;
  height: 100px;
}
