@font-face {
    font-family: 'unbounded';
    src: url(./fonts/Unbounded-VariableFont_wght.ttf);
}

body {
    padding: 0;
    margin: 0;
    background-image: radial-gradient( #770092 0%, #000000 65%);
    background-attachment: fixed;
}

* {
    font-family: 'unbounded';
}

.inner-shadow {
    color: #ffffff;
    box-shadow: inset -5px -5px 10px #ffffff50;
}

.any-button {
    cursor: pointer;
    border: 0;
    border-radius: 1vh;
}

.any-button:hover {
    transform: scale(105%);
    transition-duration: 0.3s;
}

hr {
    color: #ffffff2d;
    border-radius: 1vh;
    width: 65%;
}

a:link {
  color: rgb(0, 122, 204);
}

a:visited {
  color: rgb(0, 122, 204);
}

a:hover {
  color: orange;
}

a:active {
  color: rgb(0, 122, 204);
}

header {
    display: flex;
    flex-flow: row;
    gap: 5vh;
    justify-content: center;
    padding-top: 3vh;
    margin-bottom: 3vh;
}

header div {
    display: flex;
    gap: 5vh;
}

#logo69 {
    width: 35vh;
}

.header-button {
    width: 17vh;
    height: 6vh;
    font-size: 2vh;
    cursor: pointer;
    background: #3F0055;
}

main {
    display: flex;
    flex-flow: row;
    margin-top: 5vh;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vh;
    text-decoration: none;
}

#main-welcome-text {
    width: 40vw;
    margin-left: auto;
    margin-right: 0;
}

#welcome-text {
    font-size: 6vh;
    font-weight: medium;
    background: linear-gradient(200deg, #FFA500 50%, #FFFFFF);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
    margin-top: 0;
}

#ip-version-container {
    display: flex;
    flex-flow: row;
    gap: 2vh;
}

.ip-version {
    font-size: 2vh;
    color: #BEBEBE;
}

#socialmedia-buttons-container {
    display: flex;
    flex-flow: row;
    gap: 5vh;
    margin-top: 2vh;
}

#socialmedia-buttons-container img {
    width: auto;
    height: 4vh;
    margin: auto 1vh auto 0.3vh;
    margin-top: auto;
}

.socialmedia-button {
    display: flex;
    width: auto;
    height: 6vh;
    cursor: pointer;
}

.socialmedia-button p {
    font-size: 2.5vh;
    color: #ffffff;
    margin: auto 1vh auto auto;
}

.info-blocks-container {
    display: flex;
    flex-flow: column;
    gap: 2.5vh;
    margin-left: 0;
    margin-right: auto;
    margin-top: auto;
}

.info-block {
    background: #33333380;
    border: 0;
    border-radius: 1vh;
    margin-left: 0;
    width: 30vh;
    height: 30vh;
}

.info-block p {
    padding: 2vh;
    padding-top: 0;
    font-size: 2vh;
    text-align: center;
}

.wide-info-block {
    background: #33333380;
    width: auto;
    margin-top: 10vh;
    margin-right: 2.5vh;
    height: 15vh;
    border: 0;
    border-radius: 1vh;
}

.wide-info-block p {
    padding: 2vh;
    font-size: 2vh;
    text-align: center;
}

.rules-container {
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.rules-container h1 {
    text-align: center;
}

.rules-text-container {
    margin-left: 5vh;
    margin-right: 5vh;
}

.rules-text-container li {
    margin-left: 3vh;
}

.help-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5vh;
}

.help-info div {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.donation-info {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 0;
    margin-bottom: 5vh;
}

.donation-info div {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}




@media (max-width:950px) {

.rules-container {
width: 90%;
}

header {
    flex-flow: column;
    flex-direction: column-reverse;
    justify-content: center;
    row-gap: 3vh;
}

header div{
    justify-content: center;
}

main {margin-left: 0;}

#zov {
    display: none;
}

.info-block {
    display: none;
}

#main-welcome-text {
    width: 50vh;
}

#welcome-text {
    text-align: center;
    font-size: 3.5vh;
}

#socialmedia-buttons-container {
    width: auto;
    justify-content: center;
}

.wide-info-block {
    width: auto;
    height: auto;
    margin-left: 2.5vh;
}

.help-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    text-align: center;
}

#ip-version-container {
    justify-content: center;
}

#bottom-hr {
    display: none;
}
}