@charset "UTF-8";
body {
  background-color: #edeed8;
  text-align: center; 
  align-items: center;
  align-content: center;
  display: table-row;
  

padding: 10px;
  border: 1px solid #e79068;
  font-family: "Times New Roman", Times, serif;

}
h1 {
  margin-top: 15px;
 display:flex-block;
  max-width: 950px;
}
h2 {
  margin: 15px;
display:flex-block;
  max-width: 950px;
 
}
p {
  margin-top: 15px;

  max-width: 950px;
  display:flex-block;
}
 h3 {
  color: #eb1708;
  text-align: center;
  background-color:#edeed8;
  width: 800px;
  position: relative;
  left: 252px;
  text-decoration: underline;
  text-shadow: 1px 1px #2b0127;
  font-weight: bold;
max-width: 1000px;
margin: 15px;
display:flex-block;
}

h4 {

  color:darkgray;
  text-align: center;
  background-color: #c9ded7;
  width: 600px;
  position: relative;
  left: 20px;
  font-weight: bold;
  text-shadow: 1px 1px #380234;
  display:flex-block;
 margin: 15px;
}
h5 {
  margin-top: 15px;
display:flex-block;
  max-width: 1000px;

}
img {
  margin: 15px;
  display: flex;

}

hr {
width: 80%;
display: flex;
  margin: 0.5em;

  margin-left: 30px;
 
  border-style: inset;
  border-width: 3px;
}
.penp {
  color: #0a290a;
  font-family: ”Times New Roman”;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px #44444394;
}

.penpp {
  color: #00ff00;
  font-family: ”Times New Roman”;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px #03030394;
}

.penps {

  color: #011301;
  font-family: ”Times New Roman”;
  font-size: 12px;
  font-weight: bold;
}
.pentext {
  
  background-color: #030303;
  color: #b0d619;
  font-family: ”Times New Roman”;
  font-size: 14px;
  font-weight: bold;
}

.penpg {
  color: #011301;
  font-family: ”Times New Roman”;
  font-size: 22px;
  font-weight: bold;
}

.hr1 {
  width: 15px;
  text-align: left;
  margin-left: 0;
  height: 2px;
  border-width: 0;
  color: #030303;
  background-color: #030303;
}

.hr2 {
  width: 25px;
  text-align: left;
  margin-left: 0;
  height: 2px;
  border-width: 0;
  color: #030303;
  background-color: #030303;
}

.hr3 {
  width: 115px;
  text-align: left;
  margin-left: 0;
  height: 2px;
  border-width: 0;
  color: #030303;
  background-color: #030303;
}

font {
  font-family: ”Times New Roman”;
  font-size: 12px;
  color: #00ff00;

}

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

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

.box2 {
  color: #f30a0a;
  background-color: #fff;
  left: 3px;
  width: 15px;
  height: auto;
  
}

.message, .message-important {
  color: white;
}

.message-important {
  background-color: red;
}

.error-button, .success-button {
  border: 5px solid black;
  border-radius: 5px;
  margin: 0;
}

.error-button {
  background-color: #FF0000;
}

.success-button {
  background-color: #00FF00;
}



.buttonc {
  left: 15px;
  right: 15px;
  background-color: #dde6e6;
  border-left-style: solid;
  border-left: 10px solid #eb1708;
  color: black;
  text-align: center;
  border-radius: 5px;
  box-shadow: 10px 17px 10px -10px rgba(0, 0, 0, 0.4);
  cursor: wait;
  transition: all ease-in-out 300ms;
  font-size: 18px;
  font-weight: bolder;
  position: relative;

  opacity: 0.6;
  padding: 20px;
}

.buttonc:hover {
  box-shadow: 1px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, 6px);
}


.butonea {
  left: 15px;
  
  right: 15px;
  background-color: #070808;
  border-left-style: solid;
  border-left: 10px solid #270440;
  color: rgb(6, 0, 0);
  text-align: center;
  border-radius: 5px;
  box-shadow: 10px 17px 10px -10px rgba(0, 0, 0, 0.4);
  cursor: wait;
  transition: all ease-in-out 300ms;
  font-size: 10px;
  font-weight: bolder;
  position: relative;
   opacity: 1;
  padding: 10px;
}


.butonea:hover {
  box-shadow: 1px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, 6px);
}




.buttonac {
  left: 15px;
  right: 15px;
  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;
}

.buttonac:hover {
  box-shadow: 1px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, 6px);
}

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

.tablle {
  border: 1px solid black;
  border-collapse: collapse;
  font-size: 14px;
  border-spacing: 3px;
  border-width: 1px;

  text-align: center; 
  opacity:1 ;
}
.tabllle {
 
 
  font-size: 10px;
 border-width: 0px;
  text-align: center;
   opacity:1 ;
  
}



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