body,
html {
  height: 90%;
}

body {
    font-family: Trebuchet MS;
    font-size: 12px;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#content {
    width: 600px;
    padding-top: 50px;
    text-align: center;
    margin: auto;
}

    #content section, #content header {
        padding: 25px 0px 25px 0px;
    }

a:link, a:active, a:visited {
    text-decoration: none;
    color: #FF6600;
}

a:hover {
    text-decoration: underline;
    color: #FF6600;
}

.social {
    padding: 5px;
}

.o {
    color: #FF6600;
}
