.links {
    color: 
}

body {
    background-color: #302A29;
    color: #BF2CBA;
    font-family: sans-serif;
}

body.light-theme {
    background-color: #F4EFFF;
    color: #512A78;
}
.buttons {
    display: flex;
    gap: 7px;
}

.buttons button {
    background-color: #4F444D;
    color: #D41CCE;
    border: 2.5px solid #171315;
    height: 100px;
    width: 250px;
    font-size: 1.5rem;
    line-height: 1.1;
    text-align: center;
    letter-spacing: 3px;
    font-style: bold;
}
header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    letter-spacing: 0.7px;
    font-size: 65px;
}
main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 250px;
    font-size: 25px;
    font-style: normal;
}