body {
    background: url("../images/background.jpg") repeat-y #fffcf9;
    color: #13293d;
    background-size: cover;
}

.button {
    border: 1px solid;
    color: #fffcf9 ;
    border-radius: 6px ;
    text-shadow: 0 1px 1px rgba(255,252,249, 0.2);
    font-size: 16px;
    padding:  10px 30px;
}


.button-success,
.button-error,
.button-warning,
.button-secondary {
}

.button-success {
    border: 2px solid #00cc96;
    background: #06d6a0;
}

.button-error {
    border: 2px solid #e53d64;
    background: #ef476f;
}

.button-warning {
    border: 2px solid #f5c75c;
    background: #ffd166; /* this is an orange */
}

.space-img {
	max-width: 300px;
}