body {
    background-color: #0173B9;
    color: black;
    font-family: Roboto Mono;
}

.header {
    font-family: Roboto Mono;
    color: gold;
    font-size: 30px;
    padding: 18px;
}

.container {
    width: 1400px;
    height: 1300px;
    color: black;
}


.container2 {
    display:block;
    font-size: 24px;
    /*line-height: 34.25px;*/
    /*color: black;*/
    padding-left: 18px;
    color: gold;
    width: 1000px;
    height: 1000px;
    text-decoration: none;
}

.container2 a {
    color: black;
    font-size: 18px;
    text-decoration: none;
}


.footer {
    position: fixed;
    font-family: Roboto Mono;
    padding-left: 18px;
    bottom: 18px;
    width: 100%;
    font-size: 12px;
    color: gold;
}


  


