body {
    background-color: #90E5E6;
    color: #1C3F5C;
}

h3 {
    color: #F85992;
}
.buying-points {
    margin-top: 60px;
}
.banner-img {
    width: 100%;
    max-width: 700px;
    margin-top: 40px;
}
table {
    border-collapse: collapse;
}
td {
    border: 1px solid #1C3F5C;
  }