body {
  background-color: #009933;
  color: black;
  font-family: Verdana;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  background-image: url(https://file.garden/Zb9-TxqH9DEExEfV/ABS/Road.png), url(https://file.garden/Zb9-TxqH9DEExEfV/ABS/BGLeaves.png);
  background-position: center;
  background-repeat: repeat, repeat;
  background-size:contain, 450px 450px;

/*comment*/

.buildingl {
  width: 35%;
  height:auto;
  
  float: left;
  padding: 15px;
  margin: 5px;
}

.buildingr {
  width: 35%;
  height:auto;
  
  float: right;
  padding: 15px;
  margin: 5px;
}

.buildingl img {
  width: 100%;
  height: auto;
}

.buildingr img {
  width: 100%;
  height: auto;
}

.desc {
  padding: 5px;
  text-align: center;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.dialog_author {
 border: 5px solid green;
 border-radius: 10px;
 background-color: #ffff80;
 padding: 30px;
 margin: 40px;
 padding-left: 160px;
 background-image: url(https://file.garden/Zb9-TxqH9DEExEfV/ABS/Dialog_Author.png);
 background-size: 150px 150px;
 background-position: left top;
 background-repeat: no-repeat;
 align-items: center;
 text-align: left;
 line-height: 1.5;
}