/* Main Section */
body {
  min-height: 100vh;
  background-color: skyblue;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

h1 {
  color:rgb(45, 70, 80);
  width: auto;
  text-align: center;
  padding: 10px 10px 10px 10px;
  text-decoration: underline;
}

h2 {
  color:rgb(45, 70, 80);
  width: 80%;
  margin: 10px auto 0px auto;
  text-align: center;
  text-decoration: underline;
}

h3 {
  color:rgb(45, 70, 80);
  width: 80%;
  margin: 10px auto 0px auto;
  text-align: justify;
}

h4 {
  color:rgb(45, 70, 80);
  width: 95;
  margin: 10px auto 0px auto;
  text-align: justify;
}

/* Boxes Section */
.form {
  position: relative;
  background-color: white;
  width: 240px;
  height: 90px;
  margin: 30px auto 10px auto;
  padding: 10px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  overflow: hidden;  
}

.formC {
  position: relative;
  background-color: white;
  width: 240px;
  margin: 20px auto 0px auto;
  padding: 10px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  overflow: hidden;  
}

.formD {
  position: relative;
  background-color: white;
  width: 380px;
  margin: 20px auto 0px auto;
  padding: 10px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  overflow: hidden;  
}

.formG {
  position: relative;
  background-color: white;
  width: 540px;
  margin: auto auto 20px auto;
  padding: 10px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  overflow: hidden;  
}

.formR {
  position: relative;
  background-color: white;
  width: 220px;
  height: 70px;
  margin: 20px auto 10px auto;
  padding: 10px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  overflow: hidden;  
}

.formV {
  position: relative;
  background-color: white;
  width: 400px;
  margin: 10px auto 0px auto;
  padding: 10px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  display: none;
  overflow: hidden;  
}

.number {
  position: relative;
  margin-top: 10px;
}

.symbol {
  position: relative;
  width: 220px;
  margin: auto;
  padding: 5px;
  overflow: hidden;
}

.price {
  position: relative;
  width: 220px;
  margin: auto;
  padding: 5px;
  margin-top: 10px;
}

.ID {
  position: relative;
  width: 290px;
  margin: auto;
  padding: 5px;
  margin-top: 10px;
}

.del {
  position: relative;
  width: 260px;
  margin: auto;
  padding: 5px;
  margin-top: 10px;
}

input:focus {
  outline: none !important;
}

.pass {
  color:rgb(0, 0, 0);
  width: 230px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.pass:hover {
  font-size: large;
  color:rgb(0, 0, 0);
  width: 230px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* Buttons Section */
.submit {
  margin-top: 5px;
  margin-bottom: 10px;
}

.submit1 {
  width: 160px;
  text-align: center;
  margin: 10px auto 0px 22px;
}

.submit2 {
  margin: 10px auto 0px 53px;
}

.cbox {
  margin-top: 5px;
  margin-bottom: 5px;
}

.score {
  position: relative;
  width: 180px;
  margin-top: 10px;
}

.set {
  position: relative;
  width: 140px;
  margin-top: 10px;
}
.exit {
  position: relative;
  width: 66px;
  height: 23px;
  text-align: center;
  margin: 15px auto 0px auto;
  box-shadow: 3px 3px 3px rgb(41, 102, 122);
}  

.exit1 {
  position: relative;
  width: 80px;
  margin: 10px auto 0px auto;
}

.exit2 {
  position: relative;
  width: 50px;
  margin: 20px auto 0px auto;
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  display: none;
}

/* Links Section */
a:link {
  color: rgb(0, 40, 80);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(0, 40, 80);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgba(85, 70, 140, 0.6);
  background-color: transparent;
  text-decoration: underline;
}

/* Footer Section */
.foot {
  width: 80%;
  min-width: 80vw;
  margin: auto auto 0px auto;
  text-align: justify;
  color: rgb(4, 4, 60);
  visibility: visible;
}

.footer1 {
  position: relative;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: rgb(4, 4, 60);
  visibility: visible;
}
