/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

html,
body {
    background-image: url('./imges/SocialButtons-BG-1980x1080.png');
    font-family: 'Poppins',
        sans-serif;
}

@media only screen and (max-width: 600px) {
    body {
        background-image: url('./imges/SocialButtons-BG-1080x1980.png');
    }
}


/* @media only screen and (max-width: 820px) {
    body {
        background-image: url('./imges/SocialButtons-BG.png');
    }
} */

.container {
    width: 100%;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.links-container {
    display: flex;
    flex-direction: column;
    jusify-content: center;
    align-items: center;
}

.links-container a {
    width: 65%;
}

.w3-theme-l1:hover {
    color: #603601 !important;
    background-color: #fff !important;
}

.margin-top-2 {
    margin-top: 32px;
}

margin .bottom {
    width: 100%;
    text-align: center;
    width: auto;
    font-weight: bolder;
}

.bottom span {
    color: #fff;
}

.bottom svg {
    stroke: #fff;
    fill: #fff;
}

@media (min-width: 768px) {
    .link {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

.w3-pink,
.w3-hover-pink:hover {
    color: #603601 !important;
    background-color: #fff !important;
}

.w3-theme-l1 {
    color: #603601 !important;
    background-color: #fff !important;
}

.w3-button {
    border-radius: 25px;
}