.home {
    text-align: center;
}

.home-title {
    font-weight: bold;
    margin-top: 10pc;
}

.home-icon {
    width: 35px;
    height: 35px;
    opacity: 1.0;
}

.background_initial {
    background-color: #000000;
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

.background_space {
    background-image: url('/blog/assets/img/background-carl-sagan-space.gif');
    min-height: 100%;
    background-position: initial;
    background-size: cover;
}