@font-face {
    font-family: font;
    src: url(PressStart.ttf);
}


body {
    font-family: font;
    font-weight: 10;
    font-size: medium;
    color:white;
    background-image: url(bg.png);
    background-position: center;
    background-size: cover;
  }

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 70vh;
    flex-direction: column;
  }

.button {
    margin-top: 10px;
    background-color: transparent;
    border-color: transparent;
    width: 70px;
    height: 70px;
    font-size: 200%;
}

.text-input {
    margin-top: 1%;
    color:white;
    background-color: black;
    border-color: white;
}

.rocket-image {
  width: 65px;
  -webkit-filter: drop-shadow(2px 1px 0 white)
                  drop-shadow(-1px -1px 0 white);
  filter: drop-shadow(2px 1px 0 white) 
          drop-shadow(-1px -1px 0 white);
  position: relative !important;
  right: 20% !important;
}

.text {
  margin-bottom: -0px;
  font-size: 150%;
  font-weight: bold;
}

.start-music-button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background-color: transparent;
  border: none;
  position: fixed; /* Use fixed positioning */
  z-index: 1
}
