@charset "utf-8";
/* CSS Document */

.column {
  float: left;
  width: 30%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
body {
  font-family: "Nunito", sans-serif;
  background: #15212A;
  color: #ffffff;
}
.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
}
.logo75 {
    max-width: 75%;
    max-height: 75%;
}