body{
    background-color: black;
    color:white;
    width:100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0;
    font-family: "DM Sans", sans-serif;
    overflow-x: hidden;
}

h1{
    font-family: "Pixelify Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-size: 40px;
}

h2{
    font-family: "Special Gothic Condensed One", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
}

hr{
    width:100%;
}
.title{
    font-size: 20px;
    font-family: "Special Gothic Expanded One", sans-serif;
    color:white;
}

a{
    color:white;
    text-decoration: none;
    padding:2px;
    transition: all, 0.5s;
}
a:hover{
    color:black;
    background-color: white;
    text-decoration: none;
    transition: all, 0.5s;
}
.container{
    padding: 10px;
    width:500px;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    overflow-x: visible;
    text-align: center;
    position: relative;
}

.socialContainer{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 20px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.hackathonsList{
    width:100%;
    text-align: left;
}
.eventsList{
    width:100%;
    text-align: left;
}

.bg{
    display: flex;
    z-index: -1;
    display: flex;
    justify-content: center;
}

.bgvideo{
    position: fixed;
    top:-10px;
    /* height:100vh; */
    filter:blur(05px);
}
.yap{
    text-align: left;
    font-family: "DM Sans", sans-serif;
}

.button{
    transition: all 1s;
}
.button:hover
{
    transform: scale(1.2);
    transition: all 0.5s;
}
#me:hover{
    transform: scale(1.02);
}

#me:active{
    transform: scale(0.9);
}

.button:active{
    transform: scale(0.9);
    transition: all 0.5s;
}
.stickerBox{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    gap:2px;
    justify-content: center;
}

.stickerBox img{
    border:2px solid grey;
    box-shadow: 5px 3px 5px red;
}
.sticker{
    position: absolute;
}
.slogan{
    font-size: 35px;
    font-weight: 900;
    margin-top: 20px;
    color:white;
}

.imgExpand{
    transition: all 1s;
}

.imgExpand:hover{
    transform:scale(1.5);
    transition: all 1s;
}

#ballin{
    top:90px; 
    left:calc(50% + 90px); 
    position: absolute; 
    rotate:30deg
}
#skrilllogo{
    top:65px; 
    left:calc(50% - 170px); 
    position: absolute; 
    rotate:-20deg;
}

#myspace{
    background-color: transparent;
    width:100%;
    transition: all 1s;
    cursor: pointer;
    border:1px solid;
    height:30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#myspace:hover{
    background-color: white;
    color: black;
    transition: all 0.5s;
}

.gifs{
    height:auto;
    width:100%;
    display: flex;
    flex-wrap: wrap;
}

.projects{
    width:100%;
    text-align: left;
}

.underline{
    text-decoration: underline;
}

.github{
    width:100px;
    height:20px;
}

#dj{
    z-index:9;
    transform: all 2s;
}
.rotate{
    transform: rotate(360deg);
    transition: all 2s;
}
@media (max-width:600px){
    .imgExpand:hover{
        transform:scale(1.1);
        transition: all 1s;
    }

    .container{
        padding: 10px;
        width:100vw;
        overflow-x: hidden;
    }
    .bgvideo{
        position: fixed;
        top:-10px;
        left:calc(-50% - 50vw);
        /* height:100vh; */
        filter:blur(05px);
    }

}