body {
    height: 100%;
    min-height: 100vh;
}

nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    background-color: #C1C0EB;
    padding: 32px 0 32px 0;
    width: 100%;
}

a {
    background-color: black;
    font-weight: bolder;
    color: black;
    text-decoration: none;
    border-radius: 32px;
    padding: 12px;
    margin: 4px;
    max-width: 600px;
    width: 80vw;
    transition: 0.2s;
}

a:hover {
    scale: 1.1;
}

#pig {
    background-color: #C3703A;
    color: black;
    border: #6C391D 4px solid;
}
#pig:hover {
    background-color: #CCA975;
}

#melon {
    background-color: #AADE75;
    color: black;
    border: #484639 4px solid;
}

#melon:hover {
    background-color: #477336;
    color: white;
}

#zak {
    
    background-color: #461F00;
    color: white;
    border: #712120 4px solid;
}

#zak:hover {
    background-color: #B56B40;
}