body{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: black;
    color: white;

}

h1{
    font-size: 80px;
    position: relative;
    margin-top: 2px;
    margin-left: 100px;
}

h2{
    font-size: 90px;
    position: relative;
    margin-top: 4px;
    margin-left: 300px;
}

h3{
    font-size: 100px;
    position: relative;
    margin-top: 8px;
    margin-left: 50px;
}

h4{
    font-size: 300px;
    position: static;
    margin-top: 10px;
    margin-left: 150px;
}

h5{
    position: absolute;
    font-size: 150px;
    text-align: right;
    margin-right: 30px;
    top: 120px;
    right: 20px;
    text-shadow: 3px 2px grey;
}

h6{
    font-size: 250px;
    text-align: center;
    color: Brown;
    text-decoration: underline;
}

.h7{
    font-size: 300px;
    position: absolute;
    top: 1600px;
    right: 200px;
}

.h8{
    font-size: 100px;
    position: absolute;
    top: 2200px;
    right: 500px;
}

.h9{
    font-size: 90px;
    position: absolute;
    top: 2500px;
    right: 200px;
}

.h10{
    font-size: 80px;
    position: absolute;
    top: 2600px;
    right: 450px;
}

.h11{
    font-size: 150px;
    position: absolute;
    top: 2000px;
    left: 30px;
    text-shadow: 3px 2px grey;
}

@media screen and (max-width: 650px) {
    h6{
        font-size: 60vw;
        position: center;       
    }
}
