body, html {
    height: 100%;
    font-family: helvetica;
}

.bg {
    /* The image used */
    background-image: url("images/2020.jpg");
    position: relative;

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content {
    background-color: rgba(25,25,25,0.5) ;
    max-width: 400px;
    color: white;
    padding: 30px;
    margin: auto;
}

h1 {
    font-size: 25px;
    margin-bottom: 16px;
}

h2 {
    font-size: 20px;
    margin-bottom: 16px;
}

p {
    line-height: 150%;
    margin-bottom: 15px;
}

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

a:hover {
    text-decoration: underline;
}
