body {
    background-color: #272727;
    color: white;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 100;
}

input[type=text] {
    text-align: center;
}

input[type=text], .btn {
    border-radius: 0px;
    height: 40px;
    box-shadow: none;
}

.btn-primary {
    text-transform: uppercase;
    background-color: #303030;
    border: none;
    border-bottom: 2px solid #1b1b1b;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #494949 !important;
    border: none !important;
    border-bottom: 2px solid #3b3b3b !important;
    box-shadow: none !important;
    outline: none !important;
}

.row {
    margin-left: 40px;
    margin-right: 40px;
}

.margin-top-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
}

img {
    width: 100%;
    max-width: 300px;
}