html, body {
  width: 100%;
  height: 100%; }

* {
  font-family: 'Nunito', sans-serif; }

a {
  text-decoration: none !important;
  color: #74b9ff; }

li {
  list-style: none !important; }

img {
  -o-object-fit: cover;
  object-fit: cover; }

p {
  text-align: justify; }

footer {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: #232323;
  padding: 30px 30px; }
  footer .footer-column-logo img {
    width: 30%;
    padding-left: 5%; }
  footer .footer-column-logo h3, footer .footer-column-logo p {
    text-align: left; }
  footer .footer-column {
    width: 30%;
    color: white; }
    footer .footer-column ul {
      padding: 0; }
      footer .footer-column ul li {
        margin-bottom: 10px; }
        footer .footer-column ul li a {
          color: white; }
  footer .footer-column-info p i {
    width: 20px; }

.message {
  padding: 20px 0; }

@media only screen and (max-width: 480px) {
  footer .footer-column {
    width: 100%; } }
