body {
 font-family: Verdana;
  margin: 0;
}

p {
  font-size: 12px;
  line-height: 1.50;
}


.column {
  float: left;
  text-align: center;
  width: 50%;
  padding: 5px;
}


.row::after {
  content: "";
  clear: both;
  display: table;
}


.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.logo-container p {
    margin: 0;
}

.logo {
    display: block;
    max-width: 300px;
    height: auto;
}


footer {
  display:block;
  font-family: Verdana;
  text-align: center;
  padding: 3px;
  color: black;
  background-color: #f0f0f0;
  position:absolute;
  bottom: 0;
  width: 100%;
}