

        body {
            margin: 0;
            padding: 0;
            height: 100vh;
            background-size: cover;
            background-position: center;
            transition: background-image 0.5s ease-in-out;
        }



.bg {
  /* The image used */


  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.button {
  border-radius: 25px;
  border: 2px solid #a2b9bc;
  background-color: #3e4444; /* Green */
  color: white;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  width:  255px;
  height:  50px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.hover:hover {
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0.24),0 2px 6px 0 rgba(0,0,0,0.24);
  background-color: #7f67ba;
}

div.box {
  max-width: 800px;
  margin: auto;
  margin-bottom: 150px;
}

body {
  color: white;
}

h1 {
  color: white;
}

h2 {
  color: white;
}

h3 {
  color: white;
}

h4 {
  color: white;
  letter-spacing: 5px;
}

p {
  color: white;
}

p.bold {
  font-weight: bold;
}

p.height {
    line-height: 0.6;
}

p.footer {
  color: white;
  text-decoration: none;
  text-decoration-color: none;
  text-decoration-line: none;
  text-decoration-style: none;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: none;
  color: white;
  text-align: center;
  font-size: 12px;
}