html,body{
    height:100%;
    max-width:100%;
    margin:0;
    background-color:rgba(0,10,20,1);
    background-size:cover;
    image-rendering: pixelated;
}
#space{
    width:100%;
}
#stars{
    position: fixed;
    z-index: 0;
}

#about, #magnets{
    z-index: 100;
    position: relative;
    text-align: center;
    padding: 30px 0;
}
#about{
    width: 80%;
    background: url(/images/background_white_50.png);
    border-radius: 10px;
    padding: 20px 0;
}
#about img{
    padding: 5px;
    margin: 0 10px;
    background-color: #fff;
    border-radius: 5px;
}

#magnets img{
    padding: 5px;
    margin: 20px;
    background-color: #fff;
    width: 300px;
}



@media (max-width: 400px) {



}








