body {
    background-image: url(black.gif);
    background-repeat: repeat;
    background-size: 60px;
    background-attachment:scroll;
margin: 0;
}

#main {
    width: 100vw;
    height: 100vh;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: absolute;
}

#MainText {
    margin-bottom: 650px;
    height: 13%;
    width: auto;
    position: absolute;
}

#divide {
    background-repeat: repeat-x;
    background-image: url(blood.gif);
    width: 100%;
    height: 40px;
    position: absolute;

}

#divide2 {
    width: 100%;
    height: 60px;
    filter: drop-shadow(10px 10px 5px black);
    position: relative;
}

#aboutme {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
    width: 100vw;
    margin-bottom: 150px;
    position: absolute;
    
}

#Links {
    flex-direction: row;
    display: flex;
    justify-content: center;
    width: 100vw;
    gap: 10px;
    margin-top: 40px;
}

#badges {
    margin-top: 120px;
    position: absolute;    
    flex-direction: row;
    display: flex;
    justify-content: center;
    width: 100vw;
    gap: 10px;
}

#bottom {
    position: absolute;    
    flex-direction: row;
    display: flex;
    justify-content: center;
    width: 100vw;
    margin-top: 850px;
}
