body {
    background-color: black;
}
.moonland{
    /* margin-top: -25%; */
    z-index: -1;
}
p{
    color: white;
    font-family: 'Courier New', Courier, monospace;
    margin: 25px;
    font-size: 30px;
    font-weight: bold;
}
.start-btn{
    padding: 10px 30px;
    border: 3px solid white;
    background-color: transparent;
    color: white;
    font-size: 15px;
    border-radius: 10px;
    transition: 0.4s;
    z-index: 2;

}
.start-btn:hover{
    background-color: navy;
    padding: 15px 40px;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
    border-color: navy;
    box-shadow: 0 0 15px 5px rgb(34, 34, 145);
}

a {
    text-decoration: none;
    color: white;
}
.mb-table td{
    color: white;
}