html,
body {
    background-color: #ffffff;
    height: 100%;
}

.main-content {
    min-height: 100%;
    min-width: 445px;
    padding: 125px 0 60px;
}

footer {
    position: relative;
    width: 100%;
    padding: 25px 0;
    background-color: #323232;
}

.footer-style {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-text-paragraph {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.5em;
}

.footer-text-link {
    text-decoration: none;
    color: #ffffff;
}

.footer-text-link:hover {
    color: #70c7da;
}

.footer-text-link:active {
    color: #70c7da;
}

@media (321px <= width <= 480px) {
    .main-content {
        min-width: 360px;
        padding: 93px 0 60px;
    }
}

@media (481px <= width <= 768px) {
    .main-content {
        padding: 82px 0 60px;
    }
}

@media (769px <= width <= 991px) {
    .main-content {
        padding: 120px 0 60px;
    }

    .footer-text {
        font-size: 12px;
        font-weight: bold;
    }

    .footer-img .img {
        width: 100%;
    }
}

@media (992px <= width <= 1200px) {
    .main-content {
        padding: 93px 0 60px;
    }

    .footer-text {
        font-size: 12px;
        font-weight: bold;
    }
}

@media (width >= 1201px) {
    .main-content {
        padding: 93px 0 60px;
    }

    .footer-text {
        font-size: 14px;
        font-weight: bold;
    }
}

.footer-img .img {
    width: 100%;
}

.footer .footer-img {
    justify-content: center;
    align-items: center;
    font-size: 11em;
}

.copyright {
    margin: auto;
    font-size: 10px;
    color: #70c7da;
    padding-top: 2em;
    font-family: Arial, sans-serif;
}
