html {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #2c4762;

}

body {
  background: none !important;
}

.formContainer {
  background-color: white;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 15px;
}

.maincontainer {
  margin-top: 20px;
}

.LeftBG {
  text-align: center;
  margin-bottom: 15px;
}

.RightBG {
  text-align: center;
}

.btn-generate {
  text-align: center;
}

.resultBlock {
  background-color: white;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
}

.header {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}

.ResultImage {
  width: 70%;
  height: auto;
  max-width: 300px;
}