body {
    background-color: #210F37;
    color: #DCA06D;
    text-align: center;
}

a {
    text-decoration: none;
    color: white;
}

button {
    background-color: #A55B4B;
    padding: 1vw;
    border: none;
    border-radius: 16px;
}

.card {
    background-color: #210F37;
    justify-self: center;
    text-align: start;
    width: 50%;
    margin: 1vw;
    padding: 1vw;
    border: solid 1px;
    box-shadow: 4px 4px #4F1C51;
}
