body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}
span {
  display: block;
  font-size: 16px;
  font-family: Arial;
  color: #000;
  margin-top: 5px;
}

#img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-left: 20px;
  margin-right: 20px;
}

#myDiv {
position:absolute;
  left:50px;
  top: 50px;

}
#time {
  transition: 500ms ease all;
  font-size: 20px;
  font-weight: 800;
}

#time:after {
  content: " Segundos";
  font-size: 16px;
  font-weight: 400;
}

#winner-name {
  transition: 500ms ease all;
  font-size: 20px;
  font-weight: 800;
}

#year {
  transition: 500ms ease all;
  font-size: 20px;
  font-weight: 400;
}

#message-info {
  transition: 500ms ease all;
  font-size: 15px;
  font-weight: 800;
}

#hover-info {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 500ms ease all;
  position: absolute;
  top: 175px;
  left: 1000px;
  padding: 20px;
  opacity: 0;
}
