body {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-flow: column nowrap;
    place-items: center;
    place-content: center;
    text-align: center;
    background: url(bg.jpg);
    background-position: center;
    background-size: cover;
    height: calc(var(--vh, 1vh)*100);
    margin: 0;
    padding: 0;
    overflow: hidden;
}
body:before {
    content: " ";
    position: absolute;
    background: #1d1d1b;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    /* opacity: .4; */
}
.profile {
    margin-bottom: 50px;
    z-index: 5;
    filter: invert(1);
.profile {
    margin-top: 30px;
    margin-bottom: 30px;
    filter: invert(0);
    width: 68%;
    margin-left: auto;
    margin-right: auto;
};
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.link {
    display: flex;
    flex-flow: column;
    min-width: 400px;
}
.link_contain{
    display: flex;
    border: 1px solid #fff;
}
.link_contain-left{
    width: 50%;
    flex: 50%;
    display: flex;
    flex-direction: column;
}
.link_contain-right{
    width: 50%;
    flex: 50%;
    display: flex;
    flex-direction: column;
}
.link_contain-right a:last-child{
    height: 300px;
}
.link svg {
    width: 190px;
    height: 67px;
}
.link a {
    color: #fff;
    text-decoration: none;
    padding: 1rem;
    border: 1px solid #fff;
    transition: all .3s;
    z-index: 2;
    backdrop-filter: blur(4px);
    font-size: 14px;
    font-weight: 500;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    gap: 9px;
}
.link a:hover {
    transition: all .3s;
}

.link a i {
    font-size: 22px;
}

.ws:hover, .map:hover {
    background: #000;
    color: #fff;
}

.ig:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.wp:hover {
    background: linear-gradient(45deg, #E5FFCC, #1EBEA5, #00E676, #D0E9EA);
}
.tk:hover {
    background: linear-gradient(115deg, #000000 , #f7004d);
}
.tg:hover {
    background: linear-gradient(120deg, #0088cc, #FFFFFF);
}

@media screen and (max-width: 768px)
{
.link {
    width: 100%;
    min-width: auto;
}
.link a {
    color: #000;
    border: 0;
    border-top: 1px solid #a9a9a9;
}
.link_contain-left a:last-child,.link_contain-right a:last-child{border-bottom: 1px solid #a9a9a9;}
.link_contain-right a{border-left: 1px solid #a9a9a9;}
body:before {
    background: #ffffff;
}
.link svg text{
    fill:#000;
    color: black;
}
body {
    height: auto;
    overflow: auto;
}
.profile {
    margin-top: 30px;
    margin-bottom: 30px;
    filter: invert(0);
}
.link a i {
    font-size: 22px;
    color: #000 !important;
}

}