body, html {
    height: 100%;
}

.bg {
    background: no-repeat center url("bg.png");
    height: 100%;
    background-size: cover;
}
.logo {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
}
.logo img {
    width: 297px;
    height: 280px;
    margin: 0 auto;
}
.main__title {
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main__title h1 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 1.68rem;
    color: white;
    font-weight: 500;
    letter-spacing: 29.5px;
    text-align: center;
    padding: 0 0 0 34px;
}
footer {
    font-family: "Montserrat", sans-serif;
    color: white;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30%;

}
.footer__content {
    text-align: center;
    font-size: 0.93rem;
}
.footer__text_1 {
    font-weight: 400;
    padding: 34px 0 0 0;
    opacity: .5;
}
.footer__text_2 {
    font-weight: bold;
    padding: 11px 0 0 0;
}

@media (max-width: 768px) {
    .main__title h1 {
        font-size: 2.18rem;
    }
}

@media (max-width: 488px) {
    .logo img {
        width: 194px;
        height: 183px;
    }
    .main__title h1 {
        font-size: 1.25rem;
    }
}