body{
    margin: 0px;
    padding: 0px;

    background-color: rgb(39, 39, 39);
    font-family: Arial, sans-serif;
    color: white;
    background-image: url(BRUH.png);
    background-position: center;
    background-size: cover;
    text-align: center;

    height: 900px;

}


a{
    color: white;
}

h1{
    margin: 0px;
}

h2{
    margin: 0px;
}

#head{
    display: flex;
    justify-content: center;
    margin: 10px;
    gap: 15px;
    font-size: 20px;
}

.aboutblock{
    width: 100%;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#warningblock{
    width: 500px;
    height: 600px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    background-color: rgb(29, 29, 29);
}

#gif{
    background-image: url(Images/Shortshowcase.gif);    
    background-position: center;
    background-size: cover;
    align-self: center;
    border-radius: 20px;
    width: 90%;
    height: 200px;
}

#toptext{
    display: flex;
    justify-content: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    align-items: center;
    font-size: large;
    width: 100%;
    height: 80px;
}

#maintext{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    font-size: 15px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    align-self: center;
    margin-top: 10px;
    height: 190px;
}

#endtext{
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: 15px;
    width: 90%;
    height: 90px;
}

#socialblock{
    background-color: rgb(29, 29, 29);
    margin-top: 10px;
    width: 420px;
    height: 80px;
    border-radius: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width:570px){
    .aboutblock{
        height: 100%;
    }
}

@media screen and (max-width:570px){
    #warningblock{
        width: 450px;
        height: 630px;
    }
}

@media screen and (max-width:570px){
    #socialblock{
        width: 370px;
    }
}

@media screen and (max-width:570px){
    #maintext{
        height: 180px;
    }
}

@media screen and (max-width:570px){
    #endtext{
        margin-top: 30px;
    }
}