.flBody{
  margin-left: 20px;
  margin-right: 20px;
}

.PageTitle{
    padding: 15px;
}

.InfoLink{
  border: none;
  cursor: pointer;
}

.Code{
  font-family: monospace;
  color: white;
  background-color: black;
  padding: 10px;
}

.NextPage{
  text-align: center
}

.card{
  margin-top: 20px;
}

.Transparant{
  background-color: rgba(0, 0, 0, 0.62)
}

.container{
  margin-top: 50px;
  width: 100%;
}