body {
    background-color: #0FAA4B;
    color: white;
    font-family: Garamond,Arial, Helvetica, sans-serif;
}
.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#marquee {
  width:100%;
  display: flex;
  justify-content: center;
}