div {
  font-family: "Roboto Slab", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
  text-align: justify;
  text-justify: inter-word;
}

ul {
  text-align: justify;
}

ul li { padding: 5px 0; }

label {
  text-align: justify;
}

.title-note {
  text-align: justify;
  text-justify: inter-word;
}


.box {
  width: 100vw;
  min-height: 100vh;
  position: relative;
}

.title-container{
  display: block;
  background-color: #fff6e8;
  height: 16vw;
  padding-left: 5vw;
  flex-direction: column;
  justify-content: center;
}

.title-text{
  display: inline-block;
}

#image1{
  display: inline-block;
  position: absolute;
  margin: 3% 17%;
}

#nn-gif{
  display: inline-block;
  position: absolute;
  width: 10vw;
  margin: 3vw 30vw;
}

#image1 img{
  max-width: 100%;
  height: auto;
}

.col1{
  display: inline-block;
  width: 50vw;
  margin: 2vw;
  position: relative;
  top: -7vw;
  left: 5vw;
}

.col2{
  display: inline-block;
  width: 20vw;
  top: 5vw;
  position: relative;
  left: -6vw;
  height: 30vw;
}

#image2{
  display: inline-block;
  width: 12vw;
  padding-left: 10vw;
}

#image3{
  display: inline-block;
  width: 12vw;
  left: -5.5vw;
  position: relative;
}

#image4{
  display: inline-block;
  width: 20vw;
  position: relative;
  left: -2vw;
  z-index: 1;
  top: -3vw;
}

.title{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 42px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.subtitle-container{
  display: table;
  text-align: center;
  margin: 20px 0 0 0;
}

.subtitle{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 32px;
  display: table-cell;
  vertical-align: middle;
}

button{
  background-color: #152c49;
  color: white;
  cursor: pointer;
  width: 30%;
  opacity: 0.8;
  height:45px;
  border: none;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  font-size: 20px;
}

button:hover {
  opacity: 1;
}

button:disabled {
  background-color: #152c49;
}

.button-container {
  width: 100%;
  margin: 0 auto 20px;
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

.grid-parent {
    display: block;
    width: 100%;
    min-height: 100%;
}



.title{
    vertical-align: bottom;
}

.main-text{
  margin-top: 10px;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 20px;
}

.a{
    line-height: 0.7;
    margin-top: 1em ;
    margin-bottom: 1em ;
    text-indent: 22px ;
}