body{
  background-color: #f6b7ff80;
  margin: 0;
}
#choose_lang{
float: right;
    right: 50px;
    top: 20px;
    background-color: black;
  color: white;
  padding: 10px;
}

#left_img{
  width: 20%;
}

#left_img img{
  width: 100%;
  float: left;
}

p{
  margin:30px;
  min-width: 200px;
}
h1 {
  margin-left: 20px;
}
