body {
  margin: 0;
}

a {
  text-decoration: none;
  color: black;
}

.caveat {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: rgba(218, 215, 205, 1);
}

.logo {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 10px;
}

.menu {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: rgb(156, 213, 82);
}

.content {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 50%;
  background-color: rgba(163, 177, 138, 1);
  padding: 30px;
  font-family: Caveat;
  font-size: 30px;
  color: rgba(52, 78, 65, 1);
padding-bottom: 100px;
}


.fotter {
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  width: 100%;
  background-color: rgba(88, 129, 87, 1);
}

.copy {
  font-size: 20px;
  padding: 15px
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: rgba(88, 129, 87, 1);
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {

  float: left;
  color: rgb(227, 239, 232);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: rgb(113, 162, 121);
  color: rgb(227, 239, 232);
  transform: scale(1.1);
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: rgba(58, 90, 64, 1);
  color: white;
}


.reg1 {
  border: 6px solid rgb(227, 239, 232);
  border-radius: 4px;
  padding: 5px;
  width: 150px;
  width: 300px;
  height: auto;
  border-radius: 50%;
}


.margin-auto {
  display: block;
  margin-left: auto;
  margin-right: auto;

}


.my-logo {
  font-size: 70px;
  padding: 20px;
  width: 400px;
  margin: auto;
  text-align: center;
  border: 10px solid rgba(52, 78, 65, 1);
  border-radius: 20px;
  margin-bottom: 15px;
  color: rgba(52, 78, 65, 1);

}

.gen-text {
  margin-left: 20px;
}

.gen-img {
  float: left;
  margin-right: 15px
}

.clear {
  clear: both;
}