body {
    background-color: #2f004f;
}

h1 {
    color: #a4508b;
    text-align: center;
    font-family: 'Heebo', sans-serif;
}

p {
    color: #a4508b;
    text-align: center;
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
}

.button {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button1 {
    align-items: center;
    background-color: #a4508b;
    border: none;
    color: #2f004f;
    padding: 10px 20px;
    text-align: center;
}
.button1:hover {
    background-color: #690844;
    color: #a4508b;
}