body {
   background-color: yellow;
   text-align: center;
   font-family: 'Fredoka', sans-serif;
   font-weight: 600;
   color: #d2d2d2;
}
.small {
  width: 300px;
}
button {
  padding: 7px;
  border-radius: 7px;
  border: 0;
  font-weight: 900;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  color: #d2d2d2;
  background-color: rgb(0, 145, 255);
  box-shadow: 0px 0px 5px 2px rgb(0, 145, 255);;
}