@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800,900,1000,1100,1200&display=swap);@import url(https://fonts.googleapis.com/css2?family=Livvic:wght@400;500;600;700&display=swap);

.quordle_b {
    padding: 24px 18px 20px;
    font-size: 18px;
    font-weight: 600;
    background-color: #b6ebfe !important;
    color: black !important;
    border: none;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    border: solid 1px;
    margin-bottom: 26px;
    text-decoration: none !important;
    transition: all .1s ease;
}

.title {
    text-align:center!important;
    font-weight:800;
    font-size:26px
}

.desc {
    text-align:center!important;
    font-size: large;
    font-weight: 500;
}

.par {
    text-align:left!important;
    font-size: large;
    font-weight: 500;
}

.block {
    margin-top:55px;
    margin-bottom:55px;
    text-align:center!important;
}

.about {
    max-width: 855px;
    margin: auto;
    padding: 50px 5px;
}
.heads {
    background-color: rgb(232 241 231);
    color: black;
}
.quordle_b:hover {background-color: #94e3ff!important;}

.logo_img {
    height: 16px;
}
@media (max-width: 400px) {
    .logo_img {
        height: 12px;
    }
}
.share_s {
    background-color: #219f2a1f;
    padding: 30px 0;
    position: relative;
    box-shadow: 0 2px 8px rgb(18 17 36 / 4%), 0 4px 32px rgb(18 17 36 / 8%);
}
.footer-bar {
    margin-top: 30px;
    margin-bottom: 30px;
}
.no-padding {
    padding: 0 !important;
    width: 100% !important;
}
.banner {
    display: block;
    margin: -18px auto 20px;
}
.banner_middle {
    width: 728px;
    height: 90px;
}
.banner_under_mobile {
    display: none;
}
@media (max-width: 479px) {
    .banner_under {
        display: none;
    }
    .banner_under_mobile {
        display: block;
    }
}
.Game-keyboard-button:hover {
    background-color: #faebd7;
}
.light {
    background-color: #fff;
}
.flag {
    width: 20px;
    vertical-align: middle;
    margin-right: 6px;
    float: left;
}
.footer__logo {
    height: 24px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 10px;
}

.footer__logo img {
    height: 24px;
    display: block;
}

.footer {
    padding: 20px 0 10px;
    background: rgb(231 235 241);
}

.container {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__message {
    color: #9599ae;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    margin: 20px auto 10px;
}

.footer__copir {
    color: #2c2f3e;
    font-size: 13px;
    font-weight: 400;
    line-height: 12px;
}

.footer__links {
    color: #2c2f3e;
    font-size: 13px;
    font-weight: 400;
    line-height: 12px;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__links li {
    border-left: 1px solid #75798d;
    padding-left: 10px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.frames_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
}
@media (max-width: 991px) {
    .frames_block {
        margin-left: 3px;
        margin-right: 3px;
    }
}
.we_but {
    display: inline-flex;
    min-height: 90px;
    max-height: 90px;
    align-items: center;
    margin: 12px;
    width: calc(25% - 24px);
    text-align: center;
    padding: 2px 13px;
    outline: 0;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    border: solid 1px;
    border-radius: 8px;
    color: #3c4858 !important;
    background-color: #f8f9fc;
    transition: transform ease 200ms;
}
@media (max-width: 710px) {
    .we_but {
        width: calc(50% - 24px);
        font-size: 12px;
        margin-top: 5px;
    }
}
.we_but:hover {
    transform: translate(0, -3px);
}
.wemage {
    width:38px;
    margin-right:10px
}
.we_d {
    margin: auto;
}