body {
      background: linear-gradient(132deg,rgba(249, 255, 82, 1) 0%, rgba(212, 59, 255, 1) 100%);
      color: black;
      font-family: Comic Sans MS;
    }
    
.header {
 background-color: #b042cf; 
 text-align: center;
 border-radius: 25px;
 border-color: #38c75e; 
}

 .text {
 background-color: #b042cf; 
 text-align: center;
 border-radius: 5px;
 border-color: #38c75e; 
}

body {
  background: linear-gradient(132deg, rgba(249, 255, 82, 1) 0%, rgba(212, 59, 255, 1) 100%);
  color: black;
  font-family: "Comic Sans MS", cursive, sans-serif;
}

.header {
  background-color: #b042cf; 
  text-align: center;
  border-radius: 25px;
  border-color: #38c75e; 
}

.text {
  background-color: #b042cf; 
  text-align: center;
  border-radius: 5px;
  border-color: #38c75e; 
}

.textbox {
  background-color: #dc8aeb;
  border-radius: 5px;
  border-color: #dc8aeb; 
  padding: 10px 15px;
  width: 50vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px; 
}

.textbox-content {
  flex: 1; 
  text-align: left;
}

.textboximg {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  margin-left: auto;
}

.textboximg img {
  max-width: 450px;
  height: auto;
}


img {
 float: right; 
}

