/* Projekte Page------------------------------------------------------------------------- */


.Spacerider {
    display: block;
    background-color: none;
    border-radius: 3px;
    padding: 5px;
    width: 95%;
    margin: auto;
    margin-top: 60px;
}



.SpaceriderProj{
    background-color: none;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    
    
}



#SpaceriderLogo{
    width: 30%;
    height: auto;
}


.GameplayVideo {
 
    background-color: none;
    width: auto;
    margin: 3px;
    padding 3px;
    width: 70%;
    height: auto;
    border-radius: 3px;
}


