 body{
     background: black;
     color: white;
     padding: 0px;
 }


#title {
    letter-spacing: 4px;
    border-bottom: solid 2px gold;
    color: gold;
    font-family: 'Mystery Quest', cursive;
    font-size: 70px;

    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: center;
    position: relative;
}

button {
    
    background: white;
    border: solid 2px white;

    color: black;
    border-radius: 2px;

    font-size: 15px;
}

.buttons {
    position: absolute;
    left: 45%;
    top: 150px;
}

p {
    position: absolute;
    left: 45%;
    
  }











  