body {
    margin: 25px;
    background-color: antiquewhite;
    font-family: monospace;
}

#nav-bar {
    text-align: center;
    
}

.nav-links {
    list-style-type: none;
    font-family: 'Monofett', monospace;
    font-size: 56px;
    /* color: #265035; */
}


a.nav-link,
footer a {
    color: #265035;
    background-color: transparent;
    text-decoration: none;
}

a.nav-link:hover {
    font-size: 62px;
    color: #aa0c80;
}

a.nav-link:active,
footer a:hover {
    color: #aa0c80;
}

.image-header {
    margin: 0 auto;
    width: 940px;
}

.image-header img {
    max-width: 100%;
    max-height: 100%
}

.main-title h1 {
    font-size: 36px;
    text-align: center;
    margin: 50px 0px;
}

.main-title article {
    margin: 25px 410px;
}

.main-title h3 {
    font-size: 20px;
}

.main-title p {
    font-size: 16px;
    margin: 25px 0px;
}

#home {
    width: 750px;
    margin: 60px auto;
}

#home h1 {
    text-align: center;
    font-size: 36px;
}

#home blockquote {
    font-size: 20px;
}

#cactus2 {
    margin: 300px auto;
    width: 300px;
    height: 300px;
}

#cactus2 p {
    text-align: center;
    font-family: monospace;
    font-size: 24px;
}

.link-cactus {
    max-height: 100%;
    max-width: 100%;
    border-radius: 50%;
}

footer {
    text-align: center;
}

footer p {
    margin: 5px;
}

footer aside a {
    font-family: 'Monofett', monospace;
    font-size: 24px;
}