body {
    background: url("images/starsbg.png") no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin: 0;
    padding-top: 25px;
}


.divider {
    background-color: black;
    height: 5px;
    margin-bottom: 15px;
    margin-top: 15px;
    opacity: 1;
    width: 100%;
}

img {
    height: 90%;
    width: 90%;
}

.redEffect:hover {
    box-shadow: 0 12px 26px 25px red;
    border-radius: 8px;
}






