body {
  height: 100vh;
}

.description {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

#portrait {
  display: inline-flex;
  width: auto;
  height: 533.1px;
  margin-right: 2%;
}

.keimeno {
  justify-content: center;
  display: inline-flex;
  box-sizing: border-box;
  flex-direction: column;
  max-width: 35%;
  color: white;
  margin-left: 2%;
  background-color: #1b2238;
  padding: 40px;
  border-radius: 50px;
  font-family: 'play';
  flex-grow: 2;
  flex-shrink: 0;
  flex-basis: auto;
  line-height: 1;


}

.blue {
  color: #168bad
}

.keimeno p {
  font-size: 1.1rem;
  line-height: 28px;
  margin-bottom: 1rem;

}

.keimeno h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}



.keimeno button {
  display: block;
  position: relative;
  font-size: larger;
  border-radius: 15px;
  padding: 10% 5%;
  text-decoration: none;
  background-color: #4564af;
  border: none;
  color: white;
  margin-top: 10px;
  min-width: 150px;
  cursor: pointer;
  font-family: 'play';
}

.keimeno a {
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width:1400px) {


  .keimeno {
    max-width: 50%;
    padding: 20px;
  }
}

@media screen and (max-width:1000px) {


  .keimeno {
    max-width: 70%;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0rem;
  }

  .description {
    display: flex;
    flex-direction: column;
  }

  #portrait {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 50%;
    margin-bottom: 2rem;
  }

}

@media screen and (max-width:800px) {


  .keimeno {
    max-width: 80%;
    padding: 20px;
  }

  #portrait {

    width: 70%;
  }
}

@media screen and (max-width:600px) {


  .keimeno {
    max-width: 90%;
    padding: 20px;
  }

  #portrait {

    width: 90%;
  }
}