body {
    background-image: url("background.jpg")
}

header {
    padding-top: 25px;
    left: 250px;
    text-align: center;
    font-size: 25pt;
    font-family: helvetica neue;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: deeppink;
}

section {
    margin-top:25px;
}


#explore {
    font-family: avebury;
    font-size: 20pt;
    color: deeppink;
    margin-left: 40px;
    margin-top:25px;
}