body {
  background-color: #edeed8;
  position: relative;
  align-content: center;
  padding: 10px;
  color: #e79068;
  max-width: 1100px;
  vertical-align: middle;
  font-family: "Times New Roman", Times, serif, Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, p {
  opacity: 1;
  color: #020202;
}

.hh1 {
  margin-top: 15px;
  display: contents;
  align-self: center;
  position: relative;
  left: 2%;
  transform: translateX(1em);
}

.hh2 {
  margin: 15px;
  display: flex;
  max-width: 950px;
  align-self: center;
  font-style: italic;
  font-weight: 500;
  position: relative;
  left: 2%;
  transform: translateX(1em);
}

ul {
  position: relative;
  left: 2%;
  transform: translateX(1em);
}

li {
  font-size: medium;
}

.pp {
  display: flex;
  position: relative;
  left: 2%;
  transform: translateX(1em);
}

.hh3 {
  color: #eb1708;
  text-align: center;
  background-color: #edeed8;
  position: relative;
  text-decoration: underline;
  text-shadow: 1px 1px #2b0127;
  font-weight: bold;
  max-width: 800px;
  display: flex;

  left: 2%;
  transform: translateX(1em);
}

.hh4 {
  color: darkgray;
  text-align: center;
  background-color: #c9ded7;
  width: 600px;
  position: relative;
  left: 20px;
  font-weight: bold;
  text-shadow: 1px 1px #380234;
  display: flex;


  transform: translateX(1em);
}

.hh5 {
  margin-top: 15px;
  display: flex;
  max-width: 1000px;
  position: relative;
  left: 2%;
  transform: translateX(1em);
}

img {
  margin: 15px;
  left: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  position: relative;

}

hr {
  width: 80%;
  display: flex;
  margin: 0.5em;
  margin-left: 30px;
  border-style: inset;
  border-width: 3px;
}

.box0 {
  background: url("../img/back-g-06.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  position: relative;
  left: 2%;
  transform: translateX(1em);
}

.box1 {
  color: #f1eded;
  background-color: #FF0000;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  opacity: 0.6;
  position: relative;

  left: 2%;
  transform: translateX(1em);
}

.buttonc {
  background-color: #2fd4d4;
  color: black;
  cursor: wait;
  transition: all ease-in-out 300ms;
  font-size: 18px;
  font-weight: bolder;
  position: relative;
  padding: 5px;

  left: 2%;
  transform: translateX(1em);
  border-left-style: solid;
  border-left: 10px solid #110201;
  text-align: center;
  border-radius: 5px;
  box-shadow: 10px 17px 10px -10px rgba(0, 0, 0, 0.4);

}
.buttonc:hover {
  box-shadow: 2px 7px 10px -10px rgba(0, 0, 0, 0.2);
  transform: translate(0px, 6px);
}

.buttona {
  background-color: #ebbbe0;
  color: black;
  cursor: wait;
  transition: all ease-in-out 300ms;
  font-size: 20px;
  font-weight: bolder;
  position: relative;
  padding: 5px;

  left: 2%;
  transform: translateX(1em);
  border-left-style: solid;
  border-left: 10px solid #110201;
  text-align: center;
  border-radius: 5px;
  box-shadow: 10px 17px 10px -10px rgba(0, 0, 0, 0.4);

}
.buttona:hover {
  box-shadow: 2px 7px 10px -10px rgba(0, 0, 0, 0.2);
  transform: translate(0px, 6px);
}

.buttonaa {
  background-color: #ebbbe0;
  color: black;
  cursor: wait;
  transition: all ease-in-out 300ms;
  font-size: 20px;
  font-weight: bolder;
  position: relative;
  padding: 5px;

  left: 2%;

  border-left-style: solid;
  border-left: 10px solid #110201;
  text-align: center;
  border-radius: 5px;
  box-shadow: 10px 17px 10px -10px rgba(0, 0, 0, 0.4);

  transform: translate(30px, 20px) rotate(20deg);
}
.buttonaa:hover {
  box-shadow: 2px 7px 10px -10px rgba(0, 0, 0, 0.2);
  transform: translate(0px, 6px);
}

.buttonra {
  background-color: #54a396;
  color: black;
  cursor: wait;
  transition: all ease-in-out 300ms;
  font-size: 20px;
  font-weight: bolder;
  position: relative;
  padding: 5px;

  left: 2%;

  border-left-style: solid;
  border-left: 10px solid #110201;
  text-align: center;
  border-radius: 5px;
  box-shadow: 10px 17px 10px -10px rgba(0, 0, 0, 0.4);

  transform: translate(30px, 20px) rotate(-15deg);
}
.buttonra:hover {
  box-shadow: 2px 7px 10px -10px rgba(0, 0, 0, 0.2);
  transform: translate(0px, 6px);
}

.buttonrr {
  background-color: #e0b460;
  color: black;
  cursor: wait;
  transition: all ease-in-out 300ms;
  font-size: 20px;
  font-weight: bolder;
  position: relative;
  padding: 5px;

  left: 2%;

  border-left-style: solid;
  border-left: 10px solid #110201;
  text-align: center;
  border-radius: 5px;
  box-shadow: 10px 17px 10px -10px rgba(0, 0, 0, 0.4);

  transform: translate(30px, 20px) rotate(-5deg);
}
.buttonrr:hover {
  box-shadow: 2px 7px 10px -10px rgba(0, 0, 0, 0.2);
  transform: translate(0px, 6px);
}

.buttonrrr {
  background-color: #e0b460;
  color: black;
  cursor: wait;
  transition: all ease-in-out 300ms;
  font-size: 20px;
  font-weight: bolder;
  position: relative;
  padding: 5px;

  left: 2%;

  border-left-style: solid;
  border-left: 10px solid #110201;
  text-align: center;
  border-radius: 5px;
  box-shadow: 10px 17px 10px -10px rgba(0, 0, 0, 0.4);

  transform: translate(30px, 20px) rotate(-2deg);
}
.buttonrrr:hover {
  box-shadow: 2px 7px 10px -10px rgba(0, 0, 0, 0.2);
  transform: translate(0px, 6px);
}

.buttonac {
  background: url("../img/back-g-06.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  background-color: transparent;
  border-left-style: solid;
  border-left: 10px solid #a9db4c;
  border-radius: 5px;
  box-shadow: 10px 17px 10px -10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: all ease-in-out 300ms;
  font-size: 18px;
  opacity: 1;
  padding: 20px;

  left: 2%;
  transform: translateX(1em);

}
.buttonac:hover {
  box-shadow: 2px 7px 10px -10px rgba(0, 0, 0, 0.2);
  transform: translate(0px, 6px);
}

.boxinvers {
  background-color: #dcbeeb;
 
  transform: translate(0px, 6px);
  display: flex;
  max-width: 900px;
  margin: 15px;
  position: relative;
  left: 2%;

  border-left-style: solid;
  border-left: 10px solid #110201;
  text-align: center;
  border-radius: 5px;
  box-shadow: 10px 17px 10px -10px rgba(0, 0, 0, 0.4);
  padding: 20px;
}
.boxinvers:hover {
  box-shadow: 2px 7px 10px -10px rgba(0, 0, 0, 0.2);
  transform: translate(0px, 6px);
}

.tablle {
  border: 1px solid black;
  border-collapse: collapse;
  font-size: 14px;
  border-spacing: 3px;
  border-width: 1px;
  text-align: center;
  opacity: 1;
  position: relative;
  left: 2%;
  transform: translateX(1em);
}

.tabllle {
  font-size: 10px;
  border-width: 0px;
  text-align: center;
  opacity: 1;
  position: relative;
  left: 2%;
  transform: translateX(1em);
}

th {
  text-align: right;
  padding: 2pt;
  vertical-align: top;
}

td {
  border-width: 1px;
  padding: 2pt;
  vertical-align: top;
}

/*# sourceMappingURL=bstyle.css.map */
