body {
    color: #141d59;
    text-align: justify;
    font-size: 20px;
}

#content {
    display: flex;
    flex-direction: column;
}

#header {
    display: flex;
    justify-content: center;
}

.info {
    margin: 20px;
    margin-bottom: 50px;
}

#footer {
    border-top: 1px solid #141d59;
    color: white;
    background: #141d59;
    font-size: 15px;
    width: 100vw;
    text-align: center;
}

@media (max-width: 645px) {
  #logo {
    width: 95vw;
  }
}

#contact {
    font-style: italic;
    margin: 20px;
    text-align: center;
}