#blue {
    color: blue;
}

#aqua {
    color: aqua;
}

#red {
    color: red;
}

#yellow {
    color: yellow;
}

#cyan {
    color: cyan;
}

#darkgreen {
    color: darkgreen;
}

body {
    background-color: #1f2933;
}

a {
    color: #90ee90;
}

h1 {
    color: #f5f7fa;
    margin-top: 10px;
    font-weight: lighter;
    font-size: 56px;
    font-family: "Courier New", "Arial", sans-serif;
}

h2 {
    color: #f5f7fa;
    font-weight: lighter;
    font-family: "Courier New", "Arial", sans-serif;
}

h3 {
    color: #f5f7fa;
    font-weight: lighter;
    font-family: "Courier New", "Arial", sans-serif;
}

p {
    color: #f5f7fa;
    font-family: "Courier New", "Arial", sans-serif;
}

hr {
    margin-left:0px;
    border: none;
    height: 1px;
    width: 35%;
    background-color: #f5f7fa;
    padding-top: 10px
}

a{
    text-decoration: none;
}
.noBottomMargin {
    margin-bottom: 0px
}