body {
    font-family: Inconsolata;
    font-size: 12px;
    background: #454851;
    padding: 50px;
}

h1 {
    font-size: 32pt;
    font-family: "Source Code Pro";
    color: #5863f8;
    font-weight: bold;
}

h2 {
    font-size: 16pt;
    color: #5fbff9;
}

p {
    color: coral;
    font-size: 14pt;
}

#main {
    width: 1024px;
}

.content {
    border: 1px solid #fff;
}

.container {
    width: 500px;
    float: left;
    border: 1px solid #fff;
    padding-left: 5px;
}

.container img {
    margin-top: 10px;
    margin-right: 10px;
    line-height: 30px;
}

.container p {
    /*padding-bottom: 5px; */
}