body {
    background-image: url("background.jpg");
    background-size: cover;
    background-position: center;

}

.textblock {
    opacity: 1;
    font-family:'Courier New', Courier, monospace;
    margin-top: 40%;
}

.headline {
    font-size: 5em;
    font-weight: 900;
    color: dimgray;
    margin-bottom: 10px;
}

.desc {
    color: grey;
    margin-top: 10px;
    margin-bottom: 10px;
}

.name {
    font-family: fantasy;
    font-weight: lighter;
    color: darkslateblue;
    font-size: 7em;
    margin-top: 10px;
    margin-bottom: 10px;
}