p {
    margin: 0;
}

#content {
    text-align: center;
    width: 100%;
}

.header {
    width: 100%;
    height: 148px;
    background-color: #1a2636;
}

.header-logo {
    padding: 28px 0;
}

.header-logo img {
    width: 192px;
}

.body {
    width: 100%;
    min-height: 244px;
    background-color: #ffffff;
}

.store-links {
    max-width: 424px;
    margin: auto;
    padding: 20px;
}

.store-links img {
    height: 46px;
}

.title {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #1a2636;
    padding: 30px 0 20px 0;
}

.message {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    max-width: 464px;
    margin: auto;
    text-align: left;
    padding: 18px;
}

.footer {
    width: 100%;
    height: 244px;
    text-align: center;
}

.footer-text a,
.footer-text {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
}

.footer-text a {
    text-decoration: none;
}

.footer-top {
    min-height: 198px;
    background-color: #1a2636;
}

.footer-info {
    max-width: 464px;
    margin: auto;
    padding: 12px 8px 0 8px;
}

.footer-social {
    max-width: 464px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px 36px 16px;
    background-image: url("../images/footer-img.png");
    background-repeat: repeat-x;
    background-position: center bottom;
}

.footer-social-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
    width: 50%;
}

.footer-social-logo img {
    width: 100px;
}

.footer-social-icons {

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    width: 50%;
}

.footer-social-icons img {
    width: 24px;
}

.footer-bottom {
    max-width: 424px;
    height: 46px;
    margin: auto;
    padding: 4px 4px;
}

.address {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #1a2636;
    margin-left: 12px;
    display: inline-block
}

#privacy {
    text-align: left;
}

#privacy h2 {
    font-size: 1.75rem;
    margin: 32px 0 16px 0;
}

#privacy h3 {
    font-size: 1.5rem;
    margin: 16px 0;
}

#privacy p {
    margin: 8px 0;
}

@media screen and (min-width: 600px) {
    .address {
        margin-left: 36px;
        display: inline
    }
}