/* styles.css */
.my-box {
  border: 2px solid #f9429e;
  background-color: #e9edf6;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}

