#titleunknown {
    text-align: center;
}
#logotitle {
    width: 50%;
    max-width: 400px;
    margin: auto;
    display: block;
}
body {
    background-color: darkorchid;
    font-family: 'Press Start 2P';
}
#discordBtn {
    background-color: #5865F2; /* discord blue */
    color: white;
    padding: 12px 24px;
    border-radius: 20px;
    text-decoration: none; /* removes the underline */
    font-size: 16px;
    text-align: center;
    display: flex;
    margin-left: 35%;
    margin-right: 35%;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

#discordBtn:hover {
    background-color: #4752c4; /* slightly darker on hover */
    text-align: center;
}
#discordBtn i {
    font-size: 36px;
}