html {
    font-family: 'Open Sans', sans-serif;
    display: block;
    margin: 0px auto;
    text-align: center;
    color: #444444;
}

body {
    margin: 0px;
    background-color: lightgray;
}

A {
    color: #008C73;
}

.header {
    display: inline-block;
    width: 100%;
    height: 300px;
}

h1 {
    margin: 10px auto;
    font-size: 25px;
}

.container {
    display: inline-block;
    margin: 10px;
    /* max-width: 500px; */
    height: 370px;
    background-color: whitesmoke;
    border: 1px solid gray;
    border-radius: 5px;
    vertical-align: top;
}

.title {
    margin: 15px;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 16px;
    color: #008C73;
}

.subtitle {
    font-weight: 300;
    font-size: 12px;
    color: #F53856;
}

.caption {
    font-weight: 300;
    font-size: 14px;
    height: 30px ;
}

.side-by-side {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.text {
    font-weight: 300;
    width: 200px;
}

.reading {
    font-weight: 300;
    width: 100px;
}

.data {
    padding: 10px;
}

.icon {
    width: 65px
}