@font-face {
    font-family: 'header';
    src: url(Fonts/Lato-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'paragraph';
    src: url('Fonts/Lato-Regular.ttf') format('truetype')
}

h2 {
    font-family: 'paragraph';
    font-size: 1.5vw;
    color: white;
}
h1 {
    font-family: 'header';
    width: 50vw;
    font-size: 2vw;
}
body {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    /*justify-content: center;*/
    background: url(Pics/bg2.jpg) no-repeat;
    background-size: cover;
    min-height: 100vh;
}


.box {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60vw;
    margin-bottom: 5%;
    box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.3);
    padding-top: 2vw;

}
.cat {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -12%;
}
.cat img {
    display: flex;
    width: 30%;
}

.bar {
    display: inline-flex;
    gap: 5%;
    width: 98%;
    margin-bottom: 6vw;
}
.icons {
    display: inline-flex;
    width: 100%;
    gap: 1%;
    padding-left: 1vw;
}
.icons img {
    justify-content: left;
    height: 6vw;
    margin-top: 1vw;
}
.icons img:hover, .steam:hover, .discord:hover {
    position: relative;
    scale: 103%;
    cursor: pointer;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}
.steam:hover, .discord:hover {
    box-shadow: 0 0 30px 5px rgba(255, 250, 155, 0.6);
}

.header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header img {
    width: 70%;
    margin-top: 5%;
    margin-left: 3%;
    margin-bottom: -3%;
}

.buttons {
    display: flex;
    flex-direction: row;
    text-align: center;
    gap: 5%;
    padding-top: 2vw;
    margin-bottom: 4vw;
}
.steam, .discord {
    background-color: #201339;
    width: 20vw;
    height: 8vw;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.discord img, .steam img{
    height: 5vw;
    display: flex;
    padding: 1vw;
}

/*!*green*!*/
/*.stickers img:nth-child(1) {*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 20vw;*/
/*    right: 65vw;*/
/*    bottom: 15vw;*/
/*}*/
/*yellow*/
.stickers img {
    display: none;
}
/*!*pink*!*/
/*.stickers img:nth-child(3) {*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 20vw;*/
/*    right: 68vw;*/
/*    bottom: -6vw;*/
/*}*/
