html,
body {
  margin: 0;
  height: 100%;
  background-color: #009bac;
  font-family: sans-serif;
}

img.logo {
  min-width: 250px;
  max-width: 300px;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

p {
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

img.mlogo {
  width: 64px;
  height: auto;
}

div.mlogos {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
