html, body {
    margin: 0;
    padding: 0;
    font-family: Raleway;
}
body {
    background-color: #17635F;
}

main {
    height: calc(100vh - 4rem);
    display: flex;
    justify-content: center;
    align-items: center;
}

#phillipginterimage {
    height: 90vw;
    width: 90vw;
    max-width: 30rem;
    max-height: 30rem;
}

footer {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 1rem;
}

.link-text {
    color: #17635F;
    background-color: white;
    text-decoration: none;
}

.link-text:hover {
    color: white;
    background-color: #17635F
}