@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Roboto+Condensed:ital,wght@1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Roboto+Condensed:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

* {
    margin: 0;
    padding : 0;
}

.d_touch {
    user-select:none;
    -webkit-user-drag: none;
}

a {
    text-decoration-line: underline;
}

body {
    width: 100vw;
    height: 100vh;
    background: #00857c;
    background-repeat:norepeat;
    background-position:center;
    background-size:auto;
    /*background-image: url('/assets/img/d1v5-2.png')*/
    background: radial-gradient(circle,rgba(0, 0, 0, 0.247) 0%,rgba(0, 133, 124, 1) 10%, rgba(45, 224, 180, 1) 100%);
}

#header {
    z-index: 4;
    position:absolute;
    top: 0;
    display: flex;
    width: 100vw;
    height: 50px;
    background-color: #50505054;
    backdrop-filter: blur(5);
    box-shadow: 0px 5px 8px #50505054;
    justify-content: center;
    align-items: center;
}

.block_header {
    display: flex;
    width: 500px;
    height: 100%;
    background: #50505054;
    box-shadow: 0px 0px 8px 5px #50505054;
    border-radius: 15px;
    align-items: center;
    justify-content: space-evenly;
}

.button_h {
    display: flex;
    width: 125px;
    height: 90%;
    align-items: center;
    justify-content: center;
    font-family: "Lobster", sans-serif;
    border-radius: 15px;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    transition: 0.3s;
}

.button_h:hover {
    box-shadow: inset 0px 0px 4px 1px #000000;
}

#content {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.content_main {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.main .one {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 300px;
        box-shadow: 0px 5px 0px 0px #50505054;
}

.main .one img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 8px #50505054;
}

.main .two {
    display: flex;
    align-items: center;
    width: 350px;
    height: 300px;
    box-shadow: 0px 5px 0px 0px #50505054;
}

.nickname {
    font-size: 48px;
    color: white;
    font-family: "Lobster", sans-serif;
}

.main .three {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 300px;
}

.main .three .block_buttons {
    display: flex;
    justify-content: space-around;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    background: #50505054;
    width: 300px;
    height: 250px;
    border-radius: 25px;
}

.block_bb {
    background: #50505054;
    width: 90px;
    height: 60px;
    padding: 10px;
    border-radius: 10px;
    color: white;
    transition: .3s;
}

.vk:hover {
    color: #0077ff;
    background: white;
}

.discord:hover {
    color: white;
    background: #5662f6
}

.twitch:hover {
    color: #954eff;
    background: white;
}

.bsteam:hover {
    background: linear-gradient(180deg, rgba(19, 28, 42, 1) 0%, rgba(3, 112, 164, 1) 100%);
    color: white;
}

.main .four {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 300px;
}

.main .four .block_buttons {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background: #50505054;
    width: 260px;
    height: 210px;
    padding: 20px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    align-content: flex-start;
}

.block_c {
    background: #50505054;
    width: 700px;
    height: 600px;
    border-radius: 30px;
    overflow-y: hidden;
    margin: 0px 500px 0px 500px;
    box-shadow: 0px 5px 8px 0px #50505054;
}

.text_one {
    font-size: 24px;
    color: white;
    font-family: "Lobster", sans-serif;
}

.text_two {
    font-size: 18px;
    color: white;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#footer {
    z-index: 100;
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
    box-shadow: 0px -5px 8px #50505054;
    width: 100vw;
    height: 20px;
    background-color: #50505054;
}

.block_footer {
    display: flex;
    justify-content: space-between;
    width: 99vw;
    height: 100%;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 14px;
}