html {
    color: #232323;
    font-family: "Arial", SansSerif;
    background: #efeff0;
}

.webAddress{
    font-size:5em;
}

.jobTitle{
    font-size:3em
}

.contactInfo{
    font-size:2em;
}

a {
    color: #232323;
    text-decoration: none;
}

.container{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:5%;

}

.itemList{
    list-style-type:none;
    padding:20px;
    border-top: 2px solid #232323;
    border-bottom: 2px solid #232323;
}