/*************************
*******Tüpograafia******
**************************/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body { 
  background: #fff;
  font-family: Open Sans;
  font-weight: 500;
  font-size: 18px;
  color: #475E69;
  line-height: 26px;
  margin: 0;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #475E69;
}
footer{
  font-size: 14px;
  text-align: right;
  padding-right: 20px;
}
.container {
  width: 100%;
  height: 90vh;
}
.introduction {
  text-align: center;
  background-image: url("images/code-background.jpg");
  height: 40%;
  opacity: 0.9;

}
.intro-text {
  line-height: 40px;
  background-color:#ffffffc4;
  color:#111313;
}
.logo {
  padding-top: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}