body {
    background-image: url(img/space.jpg);

}

section {
    color: white;
    background-image: url(img/sattelite_texture.jpg);
    padding: 5px;
    margin: 20px;
    border: 3px white solid;
    text-shadow: 0px 0px 15px white;
    box-shadow: 0px 0px 15px white;
}

header {
    color: white;
    text-align: center;
    text-shadow: 0px 0px 25px white;
}

img {
    height: 250px;
    width: 1890px;
}

#wrapper {
    width: 1000px;
    margin: auto;
}

.image {
    width: 500px;
    height: 500px;
    
}