body {
  background-color:lightgreen;
.text {
  border-radius:500px;
  text-align:center;
  background-color:black;
  color:white;
  width:25%;
  padding:10px;
}
img {
  border-radius:100px;
 margin-right:50px;
}
#word {
  margin-top:10px;
}
