
.fadeoutdiv {
  background: black;
  height: 100%;
  width: 100%;
}

.img{
 background-image: url("cover.png");
 background-size:cover;
 background-repeat:no-repeat;
 padding: 40px 0 100px;
 background-attachment: fixed;
}

.header{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.title2{
  color:white;
  font-family:'Copperplate';
  font-size:40px;
  font-weight:bold;
}
.introduce{
 color:#ffffff;
 font-family:'Garamond';
 line-height: 1.5;
 font-size:20px;
 text-align: center;

}

#no-script {
  height: 80%;
  width: 60%;
  display: block;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  top: 10%;
  background: white;
  position: relative;
}

#no-script-maintext {
  font-family:'Garamond';
  color: black;
  font-size:1.4rem;
  padding: 30px;
  margin: 0;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: justify;
}


.experiment {
  height: 80%;
  width: 60%;
  display: block;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  top: 10%;
  background: white;
  position: relative;
  opacity:0;
  -webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
}

.non-experiment {
  height: 80%;
  width: 60%;
  display: block;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  top: 10%;
  background: white;
  position: relative;
  opacity:0;
  -webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
}

h1 {
  font-family:'Copperplate';
  font-weight:bold;
  color: black;
  font-size:2.8rem;
  padding-top: 30px;
  margin: 0;
 /* letter-spacing: 0.02em;*/
  line-height: 1;
  text-align: center;
}

p {
  font-family:'Garamond';
  color: black;
  font-size:1.4rem;
  padding: 30px;
  margin: 0;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: justify;
}

.information{
  text-align: center;
  flex:1;
  padding-left:70px;
}

.info-title{
  font-family:'Quicksand',sans-serif;
  font-size:30px;
  font-weight:bold;
  color: black;
}

.info-all{
  color:#000000b3;
  margin-bottom:20px;
  line-height:1.4;
  font-size:17px;

}

.my-checkbox {
  transform: scale(2);
  margin-right: 11px;
  margin-left: 20%;
  font-family:'Garamond', bold;
}
.my-checkbox-x2 {
  transform: scale(3);
  margin: 40px 15px 0 0;
}

.label {
    color:green;
  font-family:'Garamond', bold;
}

.button{
  padding:12px 17px;
  border-radius:5px;
  border:0;
  font-family:'Quicksand',sans-serif;
  font-weight:bold;
  color: white;
  background-color:#009999;
  font-size:100%;
  letter-spacing:0.5px;
  margin-top:5px;
}

    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    button:hover,
    .button:hover {
      box-shadow: inset 0 0 0 2px #34a58e;
      background-color: white;
      color: #34a58e !important;
    }

@media (max-width: 840px) {
  .information {
    padding-left: 0;
    text-align: center;
  }
@media (max-width: 1600px) {
  .experiment {
  width: 85%;
  }

@media (max-width: 1600px) {
  .non-experiment {
  width: 85%;
  }

@media (max-width: 1200px) {
  .experiment {
  width: 90%;
  }

@media (max-width: 1200px) {
  .non-experiment {
  width: 90%;
  }
