body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}
main {
    padding: 20px;
}
section {
    display: block;
    margin: 0 10px;
    padding: 10px;
    background-color: antiquewhite;
}

/*Header Styles*/
header {
    background: #333;
    color: white;
    padding: 15px;
    text-align: center;
}

/*Navigation Styles*/
nav ul {
    list-style: none;
    padding: 0;
    background: #444;
    text-align: center;
}

nav ul li {
    display: inline;
    margin: 0 10px;
}

nav ul li a {
    text-size-adjust: 2em;
    color: white;
    text-decoration: none;
}

/*footer styles*/
footer {
    background: #222;
    color: white;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}


/*Social styles*/
#socialimg {
    width: 35%;
    height: auto;   
}