.resume {
    max-width: 1080px;
    margin: auto;
}

body {
    background-color: black;
}

.name {
    font-family: "Gill Sans", sans-serif;
    text-align: center;
    font-size: 40px;
    padding: 0px;
}

.work-title {
    font-family: "Gill Sans", sans-serif;
    text-align: center;
    font-size: 15px;
}

#header {
    height: 25px;
    width: 1080px;
    background-color: #e0eeee;
    position: fixed;
    z-index: 1;
}

#title {
    margin-left: 3%;
}

#footer {
    height: 25px;
    width: 1080px;
    background-color: #e0eeee;
    clear: both;
    position: relative;
}

.left {
    height: 1350px;
    width: 740px;
    background-color: #ffffff;
    float: left;
    font-family: "Gill Sans", sans-serif;
    font-size: 17px;
    padding-left: 30px;
}

.verticalBorder {
    height: 1350px;
    background-color: #e9f3f3;
    width: 30px;
    float: left;
    top: 50px;
}

.right {
    height: 1350px;
    width: 280px;
    background-color: #ffffff;
    left: 800px;
    float: left;
}

.contact {
    font-family: "Gill Sans", sans-serif;
    font-size: 15px;
}

.head {
    font-size: 20px;
    font-weight: bold;
}

.copyright {
    font-family: "Gill Sans", sans-serif;
    font-size: 15px;
    text-align: right;
    padding: 5px;
}

.technology {
    border-color: lightgray;
    border-width: 1px;
    border-style: double;
    border-radius: 10%;
    padding: 2px;
    color: rgb(187, 186, 186);
}

a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}