body{
    align: center;
    padding: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
}

#main {
    margin-top:40px;
    text-align: center;
    margin-left: auto;
}

#nav {
    background-color: rgba(0,0,0,.5);
    border-radius: 15px;
    font-size: 23px;
    margin-top: 10px;
    margin-left: 12%;
    margin-right: 10%;
    border-style:solid;
    border-color: black;
    color: #c96330;
    text-decoration: none;
    font-family: Impact, Charcoal, sans-serif;
    text-shadow: 3px 3px black;
    letter-spacing: 2px;
    padding: 5px;
    min-width: 600px;
}

#nav a {
    color: #c96330;
    text-decoration: none;
    font-family: Impact, Charcoal, sans-serif;
}

#link {
    bottom: 0;
    float:left;
    margin-left: 300px;
    margin-bottom: 30px;
    background-color: rgba(0,0,0,.4);
    border-radius: 5px;
    position: absolute;
    font-family: Impact, Charcoal, sans-serif;
    height: 110px;
    width: 240px;
    padding: 18px;
    font-size: 25px;
    text-shadow: 5px 5px black;
    transition: all 0.3s ease-in-out;
    border: 3px solid white;
}

#link h2 {
    background-color: rgba(0,0,0,0);
    padding-top:0px;
    font-family: Charcoal, sans-serif;
}

#link:hover {
    font-size: 30px;
    transition: all 0.3s ease-in-out;
    padding-bottom: 13px;
    padding-top: 11px;
    height: 122px;
}

#link a {
    color: white;
    text-decoration: none;
}

#link1 {
    bottom: 0;
    float:left;
    margin-left: 700px;
    margin-bottom: 30px;
    position: absolute;
    background-color: rgba(0,0,0,.4);
    border-radius: 5px;
    font-family: Impact, Charcoal, sans-serif;
    height: 110px;
    width: 240px;
    padding: 18px;
    font-size: 25px;
    text-shadow: 5px 5px black;
    transition: all 0.3s ease-in-out;
    border: 3px solid white;
}

#link1 h2 {
    background-color: rgba(0,0,0,0);
    padding-top:0px;
    font-family: Charcoal, sans-serif;
}

#link1:hover {
    font-size: 30px;
    transition: all 0.3s ease-in-out;
    padding-bottom: 13px;
    padding-top: 11px;
    height: 122px;
}

#link1 a {
    color: white;
    text-decoration: none;
}