body{margin:0;padding:0;background:#f8b9cc;font-family:Arial,sans-serif}

table.main{width:100%;height:auto !important}

.main{
  border:#f8b9cc ridge 5px;
  padding:0 10px;
  margin:0 0 5px;
  background:#f5f5f5;
  }

h1{
  margin:10px 0 10px;  
  text-align:center
  }

.googlereklam{text-align:center;margin:5px auto}

.verses{background:#f5f5f5;border:#f8b9cc ridge 5px;padding:0;margin:5px 0}

.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: space-around;
}

.item { 
  align-self: stretch;
  flex-basis: 200px;
  margin: 10px;
}

.description { 
  background: #fff;
  text-align: center;
  font-size:calc(16px + 6 * (100vw - 320px) / 1600)
}

@media(max-width:572px){
table.verses{border:0;}
td{padding:0;border:0}
.verses{border:0;}
.img-fluid{width:calc(100vw - 72px)}
}

img[src="home.png"]{width:17px;height:16px}
img[src="down.png"],img[src="up.png"]{width:23px;height:16px}
img[src="mail.png"]{width:21px;height:16px;loading:lazy;}
img[src="lupa.png"]{width:22px;height:16px}
@font-face{font-family:Arial,sans-serif;font-display:swap}

.top1,.bottom1{display:flex;justify-content:space-between;margin:10px}