html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.bg {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-image: url('bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.content {
    position: relative;
    z-index: 1;
    margin-top: 15%;
    margin-left: 20%;
    max-width: 60%;
    font-size: 2.2vw;
    font-family: Copperplate, Courier, monospace, sans-serif;
    color: black;
}
h1, h2, h3, p, a {

    font-family: Copperplate, Courier, monospace, sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 4vw;
    color: #fff;
    background-color: #fff;
}
