/*css*/
body{
  background-color: #152c3d;
}

.cell p {
  font-size: 24px;
  background-color: white;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
}

.title {
  display: flex;
  flex-wrap: wrap;
}

.logo {
  margin: 10px;
  width: 400;
  height: 400;
}

.logoText {
  margin: 10px;
  height: 200px;
  margin-top: 150px;
}

.flexContainer {
  background-color: #421a68;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 30px;
  margin-right: 30px;
}

.cell {
  background-color: red;
  width: 300px;
  height: 300px;
  margin: 10px;
  justify-content: center;
}

img {
  margin: 20px;
}

.cell a {
  color: red;
}

.cell a:hover {
  color: grey;
}

.cell a:visited {
  color: #421a68;
}

.pages {
  background-color: red;
  margin: 30px;
}

.pages p {
  color: white;
}
