body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}

.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}


.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}


.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}


.form-container .cancel {
  background-color: red;
}


.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}


{
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}


.menu-area li a {
  text-decoration: none;
}

.menu-area li {
  list-style-type: none;
}

.custom-padding{
  padding-top: 25px;
}

nav {
  position: relative;
  width: calc(100% - 60px);
  margin: 0 auto;
  padding: 10px 0;
  background: #333;
  z-index: 1;
  text-align: right;
  padding-right: 2%;
}

.logo {
  width: 10%;
  float: left;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  text-align: left;
  padding-left: 4%;
  padding-top:14px;
}



.menu-area li {
  display: inline-block;
}

.menu-area a {
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  padding: 0 20px;
  font-size: 12px;
  line-height: 30px;
  position: relative;
  z-index: 1;
}
.menu-area a:hover {
  background: red;
  color: #fff;
}

.menu-area a:hover:after {
  transform: translateY(-50%) rotate(-35deg);
}

nav:before {
  position: absolute;
  content: '';
  border-top: 10px solid #333;
  border-right: 10px solid #333;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 100%;
  left: 0;
}

nav:after {
  position: absolute;
  content: '';
  border-top: 10px solid #333;
  border-left: 10px solid #333;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 100%;
  right: 0;
}


.center {
  margin: auto;
  width: 60%;
  border: 3px solid #73AD21;
  padding: 10px;
  color: White;
  font-size: 20px;
  text-align: center;
  width: 500px;
  border: 10px solid white;
  padding: 50px;
  position: relative;
  top: 20px;
  background-color: Black;
}

h2 {
  color: White;
  font-size: 40px;
  text-align: center;
  width: 500px;
  border: 10px solid grey;
  padding: 50px;
  margin: 20px;
  left: 700px;
  position: relative;
  top: 30px;
  background-color: Black;
}

h3 {
  color: White;
  font-size: 30px;
  border: 10px solid grey;
  text-align: center;
  width: 500px;
  padding: 50px;
  margin: 20px;
  left: 700px;
  position: relative;
  top: 200px;
  background-color: Black;
}


h1 {
  color: White;
  font-size: 30px;
  border: 10px solid grey;
  text-align: center;
  width: 700px;
  padding: 50px;
  margin: 20px;
  left: 600px;
  position: relative;
  top: 30px;
  background-color: Black;
}

h5 {
  color: White;
  font-size: 20px;
  border: 10px solid grey;
  text-align: center;
  width: 500px;
  padding: 10px;
  margin: 20px;
  left: 700px;
  position: relative;
  top: -800px;
  background-color: Black;
}

h6 {
  color: White;
  font-size: 30px;
  border: 10px solid grey;
  text-align: center;
  width: 850px;
  padding: 50px;
  margin: 20px;
  left: 550px;
  position: relative;
  top: 60px;
  background-color: Black;
}


table, th, td {
  border: 8px solid grey;
  text-align: center;
  border-collapse: collapse;
  color: white;
  background-color: Black;
  width:45%; 
    margin-left:30%; 
    margin-right:15%;
	margin-top:10%;
   
}


.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  text-align: center;
  font-family: arial;
  margin: 20px;
  position: relative;
  top: 80px;
  left: 200px;
}

.price {
  color: Black;
  font-size: 22px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button:hover {
  opacity: 0.7;
}



.card1 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  text-align: center;
  font-family: arial;
  margin: 20px;
  position: relative;
  top: -350px;
  left: 800px;
}

.price1 {
  color: Black;
  font-size: 22px;
}

.card1 button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card1 button:hover {
  opacity: 0.7;
}


.card2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  text-align: center;
  font-family: arial;
  margin: 20px;
  position: relative;
  top: -770px;
  left: 1400px;
}

.price2 {
  color: Black;
  font-size: 22px;
}

.card2 button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card2 button:hover {
  opacity: 0.7;
}



