body{
    transition: 0.5s;
    text-align: center;
    padding-top: 50px;
}

button {
    padding:15px 25px;
    margin: 10px;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    font-weight: bold;
}

.default {
    background: white;
    color: black;
}

.dark {
    background: black;
    color: white;
}

.neon {
    background: #000;
    color: #39ff14;
    text-shadow: 0 0 10px #39ff14;
}

.forest {
    background: #1b3022;
    color: #ecf39e;
    text-shadow: 0 0 10px #ecf39e;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.bubblegum {
    background: rgb(233, 143, 218);
    color: rgb(19, 59, 119);
    text-shadow: 0 0 10px rgb(19, 59, 119);
    font-family: fantasy;
}

.Ocean {
    background:rgb(0, 177, 177);
    color: rgb(0, 0, 51);
    text-shadow: 0 0 10px rgb(0, 0, 51);
}

.Zelda {
    background:#39ff14;
    color:#ecf39e;
}