    .box {
      height: 497px;
      width: 320px;
      background-color: hsl(0, 0%, 100%);
      justify-content: center;
      padding-top: 15px;
      border-radius: 20px;
    }

    .img {
      height: 288px;
      width: 288px;
      justify-content: center;
      border-radius: 10px;
      position: relative;
      left: 5%;

    }

    body {
      background-color: #D5E1EF;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .textBox {
      height: 129px;
      width: 288px;
      padding-top: 30px;
      position: relative;
      left: 5%;
      font-size: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-family: "Outfit";
      text-align: center;
    }

    #t1 {
      font-weight: 700;
      font-size: 22px;
      padding: 5px;
      margin-bottom: 0;
    }

    #t2 {
      font-weight: 400;
      font-size: 15px;
      color: #7D889E;
      padding: 15px;
      padding-top: 0px;
    }
  