* {
  background-color: #9862C2;
}


.head {
  background-color: #AD75D8;
  width: 700px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.text {
  text-align: center;
  font-family: monospace;
  font-weight: 500;
}

.inf {
  width: 400px;
  height: 170px;
  margin-left: 1100px;
  border: 2px solid black;
  background: #AD75D8;
}

.img {
  margin-left: 300px;
}

.daisy {
  border-radius: 13em/3em;
  width: 300px;
  height: 50px;
  background-color: #AD75D8;
  margin-top: 100px;

}