/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* End of reset CSS */


/*Google Fonts Import*/
.courier-prime-regular {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}

.courier-prime-bold {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: normal;
}

.courier-prime-regular-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: italic;
}

.courier-prime-bold-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: italic;
}

/* End of Google Font */


body{
    margin: 0;
    font-family:'Courier New', Courier, monospace;
    background-color: black;
    color: white;
}

.title{
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
    font-weight: bold;
}
h1{
    text-align: center;
    font-weight: bold;
    font-size: 40px;


}

header{
    float:inline-start;
    background-color: darkblue;
}

a:link{
    color: white;
}

a:hover{
    color: black;
}
a:visited{
    color: black;
}


button{
    background-color: blue;
    font-family: 'Courier New', Courier, monospace;
}

li{
    margin-top: 50px;
    padding: 15px;
    margin-bottom: 50px;
    list-style-type: none;
}

.nav-list {
    display: block;
    margin: 15px;
    padding: 0;
    text-align: center;
    background-color: darkblue;
    font-family:'Courier New', Courier, monospace
}

.nav-list li {
    display: inline-block;
}

.nav-right li{
    float: right;
    margin-top: -120px;
    margin-right: 20px;
}


p {
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
        margin: 20px 20px 20px 20px;
    background-color: #b3b3b3;
    padding: 10px 10px 10px 10px;
    border: 3px solid black;
    border-radius: 5px; 
}


h2 {
    text-align: center;
    font-size: 30px;
    margin: 20px 20px 20px 20px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

.footer-icon img {
    width: 30px;
    height: 30px;
}

footer {
    background-color: #c1c1c1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}