@font-face {
  font-family: 'Beautifull People';
  src: URL('./bpfont.ttf') format('truetype');
}

body {
  background-color: #efb7e8;
}

h3 {
  font-family: 'Beautifull People';
  font-size: x-large;
  text-align: center;
}

hr {
  color: #ac64d8;
}

.hearth {
  color: red;
}

.flex-container {
  display: flex;
  flex-direction: column;
}

#gacto {
  margin: 0 0 5px 0;
  height: 500px;
  width: 100%;
}

#gacto img {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

button.button-baby {
  color: #FFF;
  background-color: #ac64d8;
  border-color: #ac64d8;   
  width: 100%;
}

button.button-baby:hover {
  background-color: #a02ee6;
  border-color: #a02ee6;
}