h1, h2, ul, p, h3 {
    text-align: center;
    color:rgb(240, 240, 240)
}
p {
    font-size: 20px;
    font-family: Noto Sans;
}
hr {
    width: 50%;
}
h1, h2 {
    font-family: Roboto Condensed;
}
body {
    background: linear-gradient(rgb(85, 101, 131), rgb(22, 36, 61)) no-repeat;
}
html {
    min-height: 100vh;
}
.links {
    text-align: center;
}
a {
    color:rgb(0, 0, 0);
    text-decoration: none;
    background-color: azure;
    border-radius: 10px;
    padding: 10px;
    font-family: Roboto Condensed;
}
#donate {
    color:red;
}