marquee {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  background-color: #f46baf;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  padding: 5px;
  border: 2px solid #f46baf;
  -webkit-transition: margin-left 5s linear;
  transition: margin-left 10s linear;
}

