* {
  margin: 0;
  padding: 0;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

:root {
  --nav-bg: rgb(128, 128, 128);
}

.h2_1 {
  color: red;
}

.d_1 {
  background-color: black;
  background-attachment: fixed;
  background: #718096;
  color: black;
}

body {
  background: white;
  margin: 0;
  background-image: url("../img/img.png");
  background-repeat: no-repeat;
}

a {
  text-decoration: none;
  letter-spacing: 2px;
  color: white;
  margin: 0 16px;
  font-size: 20px;
  /*text-align: left;*/
}

.menu {
  padding: 5px 3px;
}

.menu:hover {
  color: #000;
  background-color: aqua;
  border-radius: 15px;
  padding: 5px 3px;
}

/* .menu:active{
	font-size: 18px;
} */

.index {
  background: var(--nav-bg);
  color: black;
  /* margin: 0; */
  /* height: 24px; */
  list-style-type: none;
  /* padding: 7px 0; */
  /* width: 50%; */
  /* margin-right: 0; */
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.nav {
  background: var(--nav-bg);
  /* height: 34px; */
  padding: 10px 0;
}

.final_c {
  text-align: center;
  color: blue;
  font-size: 17px;
}

footer {
  display: flex;
  text-align: center;
  /* margin-top: auto; */
  padding: 10px;
  background-color: var(--nav-bg);
  font-size: auto;
  justify-content: center;
}

.footer_logo_1 {
  height: 50px;
  width: 50px;
  padding-right: 10px;
}

.footer_text {
  /* display: center; */
  color: orange;
  margin-top: 13px;
  font-size: 20px;
}

.Gortoo_Logo {
  padding: 10px;
  display: block;
  height: 200px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
