body {
  background-color: black;
  color: #00be00;
  font-family: Courier;
  font-size: 21px;
}
a {
  color: #00be00;
  text-decoration: none;
}
li {
  list-style-type: none;
}

.navinnere {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.navbars-navs {
  display: flex;
}
.navs-items {
  margin-right: 30px;
}
.navs-items :hover {
  border-bottom: 3px solid red;
}

.f-inner {
  display: flex;
  margin-top: 9rem;
  justify-content: center;
  align-items: center;
}
.first {
  background-image: url(/css/img/bg1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.small {
  font-size: 60%;
}
.img1 {
  height: 21rem;
  border-radius: 100rem;
}
.a-one {
  display: flex;
  flex-direction: row-reverse;
}
.r-one table,
.r-one tr {
  border: 1px solid rgb(168, 38, 38);
}
