.navbar {
    list-style-type:none;
    margin:0px;
    padding:0px;
    overflow:hidden;
    background-color:darkblue;
}

.navlist {
    float:left;
}

.navlist a {
    display:block;
    text-align:center;
    padding:14px 16px;
    text-decoration:none;
    color:white;
    font-weight:bold;
}

.navlist a:hover {
    background-color:blue;
    color:white;
}

.maroon {
    background-color:maroon;
    color:gold;
}

.gold {
    background-color:gold;
    color:maroon;
}

h3 {
    font-family: "Xanh Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

h2 {
    font-family: "Xanh Mono", monospace;
  font-weight: 400;
  font-style: italic;
}

p {
    width:600px;
}