@charset "utf-8";

*,
::before,
::after{
  padding:0;
  margin: 0;
  box-sizing: border-box;
}



.title {
  color: aliceblue;
  background-color: #000000;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.feature{
  height: 1000px;
  background-image: url(../images/secret/laboratory.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-self: center;
}


.feature-text {
  padding-left: 40px;
  padding-bottom: 80px;
  padding-top: 50px;
  color: cadetblue;
  font-weight:bold ;
  text-shadow: 1px 1px 10px #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;

}

.feature-text h3 {
  color: darkred;
  font-family: 'Montserrat',sans-serif;
  font-size: 56px;
  line-height: 72px;
}
