body {
  height: 100%;
  width: 100%;
  background-color: #333
}

h3 {
  text-decoration: underline;
  font-weight: bold;
  color: white;
  font-size: 20px;
  text-align: center;
}

.modal-title {
  text-decoration: underline;
  font-weight: bold;
  color: white;
  font-size: 15px;
}

.modal {
  position: fixed;
  padding-top: 100px;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding-left: auto;
  display: none;
}

.modal-content {
  margin-left: 10%;
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-top: 10%
  border: 2px solid #008f70;
}

.modal-head {
  height: auto;
  width: 100%;
  background-color: #242222;
  border: 2px solid #008f70;
}

.modal-body {
  border: 2px solid #008f70;
  height: auto;
  width: 100%;
  background-color: #111111;
  padding-bottom: 5%
}

.text {
  font-size: 20px;
  color: white;
  background-color: #FFFF00;
  vertical-align: left;
}

.mainbtnstyle {
  width: 50%;
  height: auto;
  padding: 15px 30px;
  text-transform: uppercase;
  margin-top: 10px;
  color: white;
  border: 2px solid #008f70;
  font-size: 20px;
  font-family: Montserrat;
  background-color: transparent;
}

.insidebtnstyle {
  width: 65%;
  text-align: center;
  align-items: center;
  margin-top: 5%;
  height: auto;
  padding: 15px 30px;
  text-transform: uppercase;
  margin-top: 10px;
  color: white;
  border: 2px solid #008f70;
  font-size: 20px;
  font-family: Montserrat;
  background-color: transparent;
}

.mainbtnstyle:hover {
  width: 50%;
  height: auto;
  padding: 15px 30px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 10px;
  color: white;
  border: 2px solid #008f70;
  font-size: 20px;
  font-family: Montserrat;
  background-color: #00f5c0;
}

p {
  font-size: 20px;
  color: white;
  background-color: #transparent;
  vertical-align: middle;
}

.close {
  color: #aaaaaa;
  float: right;
  margin-right: 5%;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
