.logo {
  width: 100px;
  /*margin-right: 40px;*/
  /* float: left;*/
}

.dost_image {
  width: 25%;
  float: right;
  margin-left: 40px;
}
/*body {
background-image :
	url("winter.jpg");
}*/
body {
  background-color: rgb(244, 211, 157);
  padding: 40px 100px;
}
h1 {
  color: rgb(57, 38, 14);
  font-size: 80px;
}

.big-title {
  margin-left: 15px;
  font-size: 80px;
  color: rgb(83, 58, 31);
  font-weight: bold;
  border-bottom: 2px solid rgb(83, 58, 31);
}
.z{
  width: 50%;

}
.x{
  width: 50%;
  float: right;
  margin-left: 0px;
}
p {
  font-size: 25px;
  text-align: justify;
  color: rgb(83, 51, 24);
  
}
.j{
  float: right;
  width: 30%;

}