body {
  color: white;
  font-family: sans-serif;
  font-size: 21px;
  text-align: justify;
  margin: 0 auto;
  background-color: #202A44;

}

.header{
  box-sizing:border-box;
  display:flex;
  justify-content:center;
  align-items:center; 
  flex-direction:column;
  color: white;
}

.container {
  color: whitesmoke;
  position: relative;
  /*                margin-top: 10vh;*/
  /* height: 89vh; */
  padding-bottom: 30px;
  box-sizing: border-box;
}

.container p {
  margin-top: 10vh;
  padding: 5px;
  line-height: 1.6;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  width: 73cr;
  /*                top: 20vh;*/
}

h1 {
  font-size: 40px;
  text-align: center;
  font-family: 'Fira Sans Condensed', sans-serif;
  margin-right: 20px;
}

button {
  height: 60px;
  justify-content: right;
  outline: none;
  font-famiy: sans-serif;
  position: relative;
  padding: 10px;
  width: 120px;
  left: 1vh;
  border: none;
  background-color: #fff;
  border: 2px solid #1b1b1b;
  color: #1b1b1b;
  transition: 500ms ease-in;
  font-size: 18px;
  display: block;
  justify-content: center;
}

button i {
  margin-left: 3px;
}

button:hover {
  color: #fff;
  background-color: #1b1b1b;
}

.container:first-child {
  height: 30vh !important;
}

@media screen and (max-width: 400px) {
  .container p {
    font-size: 17px;
  }
  div:first-child {
    height: 2vh;
  }
}

@media screen and (min-width: 100px) {
  body {
    text-align: center;
  }
}

.article{
  color:white;
  padding: 0 20% 2%;
  text-align: left;
}