@font-face {
  font-family: fontdinerdotcom; /* set name */
  src: url(fonts/Fontdinerdotcom.ttf); /* url of the font */
}

@font-face {
  font-family: 'berky';
  src: url('fonts/BERKY.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: garden-of-lights; /* set name */
  src: url('fonts/The Garden of Lights.ttf'); /* url of the font */
}

@font-face {
  font-family: relidux; /* set name */
  src: url('fonts/Relidux.otf'); /* url of the font */
}

@font-face {
  font-family: gocake; /* set name */
  src: url('fonts/Gocake.ttf'); /* url of the font */
}

.overlay-text {
  position: absolute;
  font-size: 50px;
  
  /* Positioning coordinates: Centers the text box */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  color: white;
  font-family: 'fontdinerdorcom';
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.button {
 border: 2px solid #F2C4D5;
 border-radius: 15px;
color: #666487;
 background-color: #F0BDC8;
 font-family: 'fontdinerdotcom';
 font-size: 40px;
 padding: 20px;
 font-weight: bold;
 letter-spacing: 5px;
 box-shadow: 0px 0px 40px 5px #666487;
}

h2 {
  font-family: 'garden-of-lights', sans-serif;
  letter-spacing: 2px;
}
body {
    background-image: url('gifs-and-images/purple-stars-space-background.gif');
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'gocake', sans-serif;
    color: #666487;
    text-align: center;
    padding: 20px;
    min-height: 100vh;
    letter-spacing: 2px;
}