body {
    background  : #333A44;
    color       : #C0C2C4;

    font-family : 'Share Tech Mono', monospace;
}

header {
    background    : url('../assets/images/logo.png') center center no-repeat;
    width         : 100%;
    height        : 129px;
    border-bottom : 1px solid #23272E;
    margin-bottom : 40px;
}

p {
    padding : 5px;
    text-align : justify;
}

h3 {
    text-transform: uppercase;
}

.btn {
	text-align : center;
}
