body {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size:17px;
    line-height:28px;
    font-style:normal;
    font-weight:400;
    color: #1c1e21;
    background-color:#e9ebee;
}

.container {
    max-width:980px;
    background-color:#ffffff;
    margin:50px auto;
    border-radius:5px;
    padding:0px;
}

.content {
    padding:50px 15%;
}

h1 {
    font-weight:200;
    font-size:40px;
    line-height:48px;
    margin-bottom:50px;
}

.responsive {
    width: 100%;
    height: auto;
    border-radius:5px 5px 0 0;
}

.end {
    font-family:Helvetica, sans-serif;
    color:grey;
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
    margin:40px 0 20px 0;
}

a:hover {
    color:grey;
}

.btn-primary {
    font-family:Helvetica, sans-serif;
    font-size:14px;
    margin-bottom:50px;
}