body {
  width: auto;
  height: 100%;
  position: relative;
  background-color: #333;
}

p {
  font-size: 20px;
  color: white;
  vertical-align: left;
}

h3 {
  text-decoration: underline;
  font-size: 28px;
  font-weight: bold;
  color: white;
  text-align: center;
}

.mainbtnstyle {
	 font-family: Montserrat;
	 padding: 15px 30px;
	 letter-spacing: .2em;
	 font-size: 13px;
	 background-color: transparent;
	 border: 2px solid #008f70;
	 color:white;
   text-transform: uppercase;
	 margin-top: 5%;
   margin-bottom: 5%;
		}

.mainbtnstyle:hover {
	 font-family: Montserrat;
	 padding: 15px 30px;
	 letter-spacing: .2em;
	 font-size: 13px;
	 background-color: #00f5c0;
	 border: 2px solid #008f70;
	 color:white;
	 transition: color .2s, background .2s;
	 text-decoration: underline;
	 text-transform: uppercase
		}

.insidebtnstyle {
  font-family: Montserrat;
  padding: 15px 30px;
  font-size: 13px;
  letter-spacing: .2em;
  background-color: transparent;
  border: 2px solid #008f70;
  color: white;
  text-transform: uppercase;
  width: 30%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.insidebtnstyle:hover {
  font-family: Montserrat;
  padding: 15px 30px;
  font-size: 13px;
  letter-spacing: .2em;
  background-color: #00f5c0;
  border: 2px solid #008f70;
  color: white;
  width: 30%;
  text-transform: uppercase;
  text-decoration: underline;
  transition: color .2s, background .2s;
}

.modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: #111111;
  margin-top: .5%;
  margin-left: 31.25%;
  border: 2px solid #008f70;
  width: 37.5%;
  height: auto;
}

.modal-head {
  background-color: #242222;
  width: auto;
  height: auto;
  border: 2px solid #008f70;
  padding-top: 0%
}

.modal-body {
  background-color: #111111;
  height: auto;
  width: auto;
  border: 2px solid #008f70;
}

.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;
}
