body {
    background-image: url(img/space.jpg);
}

section {
    color: white;
    padding: 5px;
    margin: 20px;
    border: 3px white solid;
    text-shadow: 0px 0px 15px white;
    box-shadow: 0px 0px 15px white;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
    background-color: rgba(0, 115, 255, 0.138);
    
}

header {
    color: white;
    text-align: center;
    text-shadow: 0px 0px 25px white;
}

a {
    color: white;
    text-align: center;
    text-shadow: 0px 0px 25px white;
}