body {
  padding: 2em;
  background-color: #edeed8;
  position: static;
  align-content: center;
  color: #e2c0b0;
  display: flex;
  font-family: "Times New Roman", "Sofia,Times, serif, Arial, sans-serif";
}

.container {
  display: grid;
  grid-template-columns: min-content 400px min-content;
  grid-gap: 5px;
  box-sizing: border-box;
  height: 200px;
  width: 100%;
  background-color: #8cffa0;
  padding: 10px;
  grid-template-areas: "header header" "menu content" "footer footer";
  gap: 5px;
  background-color: #2196F3;
  padding: 5px;
}

.container > div {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
}

.container > header {
  grid-area: header;
  text-align: center;
}

.menu {
  float: left;
  width: 33%;
  height: 100%;
}

.container > menu {
  grid-area: menu;
}

.container > content {
  grid-area: content;
}

.content {
  float: left;
  width: 65%;
  height: 100%;
}

.container > footer {
  grid-area: footer;
}

.hh1 {
  margin-top: 15px;
  display: contents;
}

.hh2 {
  margin: 15px;
  display: flex;
  max-width: 950px;
  align-self: center;
  font-style: italic;
  font-weight: 800;
  font-size: 36px;
  color: #110201;
}

img {
  margin: 5px;
  display: block;
  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;
}

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

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

.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;
}

.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;
  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;
  transform: translate(30px, 20px) rotate(5deg);
}

.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;
  transform: translate(30px, 20px) rotate(-2deg);
}

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

.buttonrrr {
  background-color: #9be415;
  color: black;
  cursor: wait;
  transition: all ease-in-out 300ms;
  font-size: 20px;
  font-weight: bolder;
  position: relative;
  padding: 5px;
  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 #b1b3ae;
  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;
  padding: 20px;
}

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

.boxinvers {
  background-color: #dcbeeb;
  box-shadow: 1px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, 6px);
  display: flex;
  max-width: 1000px;
  margin: 5px;
}

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

.boxnorm {
  border-collapse: collapse;
  background-color: #dcbeeb;
  align-content: center;
  padding: 3px;
  box-shadow: 1px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, 6px);
  display: flex;
  margin: 5px;
}

.tabllle {
  font-size: 12px;
  font-weight: bold;
  border-width: 0px;
  text-align: center;
  position: relative;
  left: 2px;
  right: 2px;
  transform: translateX(2px);
}

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

td {
  border-width: 1px;
  padding: 2pt;
  text-align: right;
}

tr {
  border-width: 1px;
  padding: 2pt;
  text-align: right;
}

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