body{
    background-color:rgb(255, 255, 255);
}


.content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 30px;
    padding: 200px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h1 {
    font-weight: bold; 
    font-size: 115px;
    background-color: white;
    border-color: black;
}

a {
    color: inherit;
    text-decoration: none;
    margin-left: -800px;
    text-align: left;
}

a:hover {
    color:deepskyblue;
}

.line2 {
    text-align: left;
    margin-left: -47px;
}
