body {
    background-color: coral;
}

.header {
    font-family: Roboto Mono;
    color: forestgreen;
    font-size: 30px;
    padding: 18px;
}

#header1 {
    background-color: forestgreen;
    color: coral;
   margin-top: -20px;
    padding-left: 15px;
    margin-left: -15px;
    /*margin-right: -25px;*/
    font-size: 30px;
    width: 100%; 
}

#header2 {
    font-size: 30px;
    margin-top: -15px;
}

.container {
    width: 1400px;
    height: 1300px;
    color: black;
}

.container2 {
    /*font-size: 24px;*/
    /*line-height: 34.25px;*/
    color: black;
    padding-left: 18px;
    width: 100%;
    height: 100%;
    
}

#lineOne {
    color: red;
    margin-top: -15px;
}

#lineTwo {
    color: black;
    font-size: 16px;
}

#lineThree {
    color: blue;
    font-size: 16px;
}

#lineFour {
    font-size: 40px;
    margin-top: -5px;
}

#lineFive {
    font-size: 25px;
    margin-top: -30px;
}

#lineSix {
    font-size: 25px;
    margin-top: -10px;

}

#lineSeven {
    font-family: 'Anton', sans-serif;
    font-size: 50px;
    margin-top: -15px;

}

#lineEight {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 50px;
    margin-top: -40px;
}

#lineNine {
    font-size: 25px;
    margin-top: -40px;
}

#lineTen {
    font-size: 25px;
    margin-top: -12.5px;
}

#lineEleven {
    font-size: 50px;
    margin-top: -12.5px;
}

#lineTwelve {
    font-family: 'Major Mono Display', monospace;
    font-size: 50px;
    margin-top: -35px;
}

#lineThirteen {
    font-size: 25px;
    margin-top: -30px;
}

#lineFourteen {
    border: 15px dotted green;
    font-size: 25px;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: -5px;
}


#lineFifteen {
    margin-top: 25px;
}


#lineSixteen {
    margin-top: 25px;
}


h3 {
    outline: dotted red;
    margin-top: 20px;
}


#lineSeventeen {
    display: flex;
    justify-content: center;
    opacity: 0.5;
    margin-top: 25px;
}


#lineTwenty {
    font-family: Roboto Mono;
    font-size: 20px;
    margin-top: 12.5px;
}


.squash {
    display: flex;
    justify-content: center;
    opacity: 0.5;
    margin-top: 20px;
}

.footer {
    font-family: Roboto Mono;
    position: fixed;
    padding-left: 18px;
    bottom: 18px;
    width: 100%;
    font-size: 12px;
    color: forestgreen;
}
