body {
  background-color: LightSteelBlue;
  color: Black;
  font-family: Arial;
}

.border {
  border-color: SteelBlue;
  border-style: solid;
  border-width: 10px;
  padding: 30px;
  width: 25%;
}
.right{
  position: absolute;
  left: 70%;
}
.marquee {
  font-size: 30px;
  font-weight: 800;
  color: #8ebf42;
  font-family: sans-serif;
}