body {
    background-color: white;
    background-image: url(images/shadow-gif.gif);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    margin: 20px;
}

.body {

    height: relative;
    background-color: lightgray;
    margin-left: 60px;
    margin-right: 50px;
    margin-top: 50px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: white;
    letter-spacing: 2px;
    word-spacing: 3px;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;

}

.contact {

    position: relative;
height: 30px;
margin-top: 15px;
margin-left: 50%;
margin-right: 50%;
margin-bottom: 15px;
padding-top: 2x;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 15px;
background-color: none;
text-align: center;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
display: flex;
justify-content: space-evenly;
}

.resume {
    position: relative;
    height: 30px;
    margin-top: 15px;
    margin-left: 0%;
    margin-right: 50%
    color white;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    display: flex;
    justify-content: space-evenly;
    }

.home {
    
    height: 30px;
    margin-top: 5px;
    margin-left: 50%;
    margin-right: 50%;
    margin-bottom: 15px;
    padding-top: px;
    padding-bottom: 55px;
    position: relative;
    background-color: none;
    display: flex;
   justify-content: space-evenly;

    }

a {
text-decoration: none;
text-align: center;
text-transform: uppercase;
padding-left: 3px;
padding-top: 3px;
padding-right: 3px;
padding-bottom: 3px;
margin-top: 7px;
margin-bottom: 6px;
color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}

.home :hover {
    opacity: .5;
}

.contact :hover {
    opacity: .5;
}

.resume :hover {
    opacity: .5;
}

