body {
    background: linear-gradient(to bottom, #dfdfdf, #cbb4db, #cbaedf);
    color: black;
}

main {
    min-height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100vh;
    padding-bottom: 50px;
}

header {
    padding: 20px;
}

.hero-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 50px;
    align-items: center;
    padding-top: 200px;
    font-size: medium !important;
}

header {
    background-color: #ffffff00;
}

h1 {
    font-size: 300%;
    margin: 0;
}

a {
    color: #ffffff;
    text-decoration: none;
}

@media (prefers-color-scheme: dark) {
    body {
        background: linear-gradient(to bottom, #111111, #584b5b, #735c77);
        color: white;
    }
}
