body {
    background: url("bg.jpg") no-repeat fixed;
    background-size: cover;
    margin: 0;
}

#content {
    display: flex;
    min-height: 100vh;
}

img {
    margin: 0 1em;
}

footer {
    margin-top: 3em;
}

p {
    font-size: large;
    margin: auto;
    padding-bottom: 1em;
}

.card {
    text-align: center;
    margin: auto;
    box-shadow: 0 1em 4em 0 rgba(0, 0, 0, 0.2);
    transition: 2s;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 50%;
    font-size: 1rem;
    color: white;
    z-index: 100;
}

.text {
    text-align: center;
    padding: 3em;
}

.text a {
    text-decoration: underline;
}

a,
a:visited,
a:active {
    color: white;
}

a:hover {
    color: #7ED1EE;
}

canvas {
    display: block;
    vertical-align: bottom;
}