
body {
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(black, blue);

}
.discord {
    text-align: center;
}

.logos {
    font-family: 'Bebas Neue', sans-serif;
    text-align: center; 
    font-size: 8vw;
    /* transition-duration: 1s; */
    color: rgb(255, 255, 255);
    filter: invert(0%);
    margin: 0 !important;
    padding: 0 !important;
}

/* .logos:hover, .arrow:hover {
    transition-duration: 0.5s;
    filter: invert(100%);
} */

h1 {
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    transition-duration: 0.5s;
    /* margin-left: 10%; */
    /* margin-right: 10%; */
    margin-top: 0 !important;
    margin-bottom: 0;
}

.arrow {
    margin: auto;
    width: auto;
    padding: 0px;
    text-align: center;
    /* padding-bottom: 50%; */
}

.cover {
    
        height: 100vh;
        background-image: url(/Images/comeng.jpeg);
        background-size: cover;
        background-position: center;
        text-align: center;    
} 

.spacer {
    /* position: relative; */
    height: 200px;
    /* background-color: red; */

}

h2 {
    font-size: 50px;
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
}

.projects {
    margin-left: 20%;
    margin-right: 20%;
}

.project-box {
    font-family: 'Bebas Neue', sans-serif;
    background-color: grey;
    margin-bottom: 5px;
    padding: 15px;
    border-radius: 5px;
    list-style-type:none;
    color: black;

}

.project-box {
    font-size: xx-large;
}

.project-box {
    font-size: x-large;
    font-family: sans-serif;
    text-decoration: none;

}

.project-icon {
    float: right;
}

.project-box li p {
    /* margin-right: 50%; */
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

a {
    text-decoration: none;
}
