body {
  background-image: url("../images/duotone.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.navbar-light,
.bg-light {
  background-color: white;
}
.box {
  width: 350px;
  margin: auto;
}
.box1 {
  width: 400px;
}
.cont-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: auto;
  text-align: center;
  background-color: white;
}
.gridbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-family: "Bodoni Moda", serif;
  color: #9fa0d0;
}
.color-1 {
  color: #9fa0d0;
  font-size: 25px;
  font-weight: bold;
}
.color-2 {
  background-color: #9fa0d0;
}
.content {
  font-size: 15px;
  color: #d55586;
  font-family: "PT Serif", serif;
  text-align: center;
}

@media only screen and (min-width: 280px) and (max-width: 600px) {
  body {
    background-image: url("../images/duotone2.png");
  }
  .box {
    width: 100%;
  }
}
