.fl-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fl-title {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.fl-container {
  border-bottom: 1px solid rgb(200, 200, 200);
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  margin-bottom: 25px;
}

.fl-team-row {
  display: flex;
}

.fl-team-logo {
  margin-right: 10px;
}

.fl-img-logo {
  height: 20px;
}

.fl-team-name {
  font-size: 15px;
  color: rgb(80, 80, 80);
}

.fl-time {
  font-size: 15px;
  color: gray;
}

.installd {
  font-size: 48px;
  font-weight: bold;
  color: rgb(200, 200, 200);
}


@media (min-width: 700px) {
  .fl-container {
    width: 700px;
  }
}