body {
  background-image: url('b.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

p {
  font-size: xx-large;
  display: inline-block;
  text-align: center;
  color:#8B0000;
}

h2 {
  color: red;
  font-size: xx-large;
}

li {
  color: red;
}

a:link {
  color: #4dff74;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #2D572C;
  border-radius: 20px;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
/*
li a:hover {
  background-color: #111;
}
*/
img {

}

.navbar {
            width: 97%;            
            padding: 10px;
            text-align: center;
        }
.border {
     
        }