* {
  margin: 0;
  padding: 0;
}

html, body  {
  height:100%;
  font-family:sans-serif;
  font-size: 140%;
}

div.basic_color_cell  {
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  font-family:sans-serif;
  padding: 10px;
  background: white;
  border: 2px solid #188aff;
  color: #188aff;
  opacity: 0.9;
  vertical-align: center;
  text-align: center;
}

div.selected_color_cell  {
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  font-family:sans-serif;
  padding: 10px;
  background: #188aff;
  border: 2px solid #188aff;
  color: white;
  opacity: 0.9;
  vertical-align: center;
  text-align: center;
}

.grid-container{
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: center;
}

.sentence-separator{
  color: white;
}

.main-title {
  background-color: #188aff;
  height: 61%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main-title h1 {
  color: white;
  max-width: 1000px;
  font-size: 2em;
  width: 80%;
  margin-bottom: 50px;
}

.main-title h2 {
  color: white;
  max-width: 1000px;
  font-size: 1em;
  width: 80%;
  font-weight: 500;
}

.logos-footer {
  background-color: white;
  height: 39%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos-footer img{
  max-height: 200px;
  max-width: 300px;
}