* {
    color: rgb(54, 54, 54);
}

h2 {
    color: green;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
}

.login {
    padding-top: 100px;
    margin: auto;
    text-align: center;
}



/* GALLERY */

#latest_photo {
    margin: auto;
    text-align: center;
}

a {
    color: greenyellow;
}