body {
    background-color: white;
}
body.page-three {
    background-color: #fee12b;
}

h1 {
    color:black;
    font-family: 'Bebas Neue', cursive;
    font-size: 60px;

}
.center-text {
    text-align: center;
    font-family:'Bebas Neue', cursive; ;
}

.pink-text{
    color: #ff007f;
    font-family: 'Bebas Neue', cursive;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  .font {
      font-family: 'Bebas Neue', cursive;
    }
.smaller-image {
    max-width: 250px;
}