body {
 background-image: url('/images/background.PNG');
 color: white;
 font-family: Arial;
}
a {
 color: blue;
 font-weight: 1000;
}
.navbar {
 float: left;
 color: black;
 text-align: center;
 padding: 14px 16px;
 font-size: 17px;
 background-color: aqua;
 text-decoration: none;
 border-color: rgb(0, 136, 136);
 border-width: 5px;
 border-style: solid;
}
.navbar:hover {
 background-color: rgb(163, 255, 255);
}