* {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

header {
    margin: 44px 0 144px 76px;
}

.link-header {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #989D9C;
    cursor: pointer;
    transition: .2s;
    margin-right: 23px;
}

.link-header:hover {
    color: #515151;
}

.button-header {
    background: #665AE1;
    border-radius: 50px;
    width: 130px;
    height: 41px;
    border: none;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    transition: .2s;
}

.button-header:hover {
    background-color: #6a1fc0;
}

.img-log {
    width: 568px;
    margin-left: 200px;
    display: inline-block;
}

section {
    display: inline-block;
    margin-left: 86px;
}

h1 {
    font-weight: 900;
    font-size: 100px;
    line-height: 122px;
    color: hsl(0, 0%, 32%);
}

h2 {
    font-weight: 500;
    font-size: 58px;
    line-height: 68px;
    color: #515151;
}

p {
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    color: #848484;
    width: 515px;
    margin: 32px 0 60px;
}

.button-main {
    background: #adff00;
    border-radius: 50px;
    width: 239px;
    height: 64px;
    border: none;
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: #000000;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    transition: .2s;
}

.button-main:hover {
    background: #1aff1a;
}

footer {
    margin: 144px auto 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

footer .social-media {
    display: flex;
    margin: 0 auto 32px;
    gap: 20px;
}

footer .social-media i {
    font-size: 1.4rem;
    color: #989D9C;
    transition: .2s;
}

footer .social-media i:hover {
    color: #515151;
}

footer .copyright {
    margin: 0;
}

@media(max-width: 1388px) {
    header {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 35px;
        margin-left: 0;
    }

    header .link-header {
        margin-right: 0;
    }

    main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .img-log {
        margin: auto;
    }

    section {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
        text-align: center;
    }

    footer .social-media {
        display: flex;
        gap: 20px;
    }
}

@media(max-width: 768px) {
    header {
        display: none;
    }

    main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .img-log {
        width: 540px;
        ;
        margin: 130px auto 46px;
    }

    section {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
    }

    h1 {
        font-size: 90px;
        line-height: 112px;
    }

    h2 {
        font-size: 54px;
        line-height: 65px;
    }

    p {
        display: none;
    }

    .button-main {
        margin-top: 34px;
    }

    footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 130px;
    }

    footer .social-media {
        display: flex;
        margin: 0 auto 32px;
    }

    footer .social-media i {
        font-size: 1.5rem;
    }

    .copyright {
        display: block;
    }
}

@media(max-width: 581px) {
    .img-log {
        width: 460px;
        margin-bottom: 35px;
    }

    section h1 {
        font-size: 75px;
        line-height: 86px;
    }

    section h2 {
        font-size: 48px;
        line-height: 56px;
    }

    section .button-main {
        width: 220px;
        height: 55px;
        font-size: 24px;
        font-weight: 700;
        line-height: 25px;
        margin-top: 28px;
    }

    footer .social-media i {
        font-size: 1.4rem;
    }

    .copyright {
        width: 95vw;
        font-size: 20px;
    }
}

@media(max-width: 480px) {
    .img-log {
        width: 390px;
        margin-bottom: 20px;
    }

    section h1 {
        font-size: 62px;
        line-height: 92px;
    }

    section h2 {
        font-size: 37px;
        line-height: 23px;
    }

    section .button-main {
        margin-top: 32px;
        width: 185px;
        height: 48px;
        font-size: 20px;
    }

    footer {
        margin-top: 140px;
        margin-bottom: 40px;
        width: 95vw;
    }

    footer .social-media i {
        font-size: 1.4rem;
    }

    .copyright {
        font-size: 18px;
        width: 95vw;
    }
}

@media(max-width: 392px) {
    .img-log {
        width: 350px;
    }

    section h1 {
        font-size: 55px;
        line-height: 82px;
    }

    section h2 {
        font-size: 33px;
        line-height: 19px;
    }
}