body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

.HORA {
    display: flex;
    align-items: center;
    justify-content: center;
}

.HORAtext {
    font-weight: 700;
    font-size: 40px;
}

.FGC {
    background-color: #94d600;
    width: 100%;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}

.METRO {
    background-color: #e61a2c;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin-bottom: 20px;
}

.FGCcontainer {
  position: relative;
  width: 360px;
  height: 342px;
  overflow: hidden;
  border-radius: 20px;
}

.FGCcontent {
  position: absolute;
  width: 1500px;
  height: 2000px;
  top: -435px;
  left: -198px;
}

.METROcontainer {
  position: relative;
  width: 360px;
  height: 56px;
  overflow: hidden;
  border-radius: 20px;
}

.METROcontent {
  position: absolute;
  width: 410px;
  height: 2000px;
  top: -190px;
  left: -14px;
}

