body {
    font-family: Arial, Helvetica, Roboto, sans-serif;
    text-align: center;
    background-color: black;
    background-image: url("./humanity.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(15px);
    color: white;
    margin: 0;
    padding: 0;
}

.truecenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.important {
    background: rgba(0, 0, 0, 0.2);
    margin-left: 15%;
    margin-right: 15%;
}

h1, h2, .footer {
    margin: 6px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.65);
}

.important h3 {
    margin-bottom: 0;
}

.important p {
    margin-top: 0;
}

a {
    text-decoration: underline;
    color: lightblue;
}

a:hover, a:active, a:visited {
    color: lightblue;
}