.img-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.top-space-0 {
    margin-top: 0;
}

.top-space-10 {
    margin-top: 10px;
}

.top-space-15 {
    margin-top: 15px;
}

.top-space-30 {
    margin-top: 30px;
}

.top-space-50 {
    margin-top: 50px;
}

.bottom-space-0 {
    margin-bottom: 0;
}

.bottom-space-10 {
    margin-bottom: 10px;
}

.bottom-space-30 {
    margin-bottom: 30px;
}

.bottom-space-50 {
    margin-bottom: 50px;
}

.bottom-space-100 {
    margin-bottom: 100px;
}