.top-10 {
    margin-top: -20px;
}
.space-10 {
    padding-bottom: 10px;
}
.space-20 {
    padding-bottom: 20px;
}
.space-20 {
    margin-bottom: 20px;
}
.space-30 {
    margin-bottom: 30px;
}
.space-40 {
    margin-bottom: 40px;
}
.space-50 {
    margin-bottom: 50px;
}
.space-60 {
    margin-bottom: 60px;
}
textarea {
    resize: none;
}
h1 {
    font-weight: bold;
}
h1, h2, .bold {
    color: #e09c1f;
    font-weight: bold;
}
.headingFirst-hr {
    width: 200px;
    border: 1px solid #e09c1f;
    margin-top: -7px;
    margin-bottom: 20px;
    margin-left: -5px;
}
.heading-hr{
    width: 200px;
    border: 1px solid #e09c1f;
    margin: auto;
    margin-top: -7px;
    margin-bottom: 20px;
}
.h1-footer {
    color: #d4d4d4;
}
.heading-footer {
    width: 200px;
    border: 1px solid #d4d4d4;
    margin: auto;
    margin-top: -7px;
    margin-bottom: 20px;
}
.button-color {
    color: #fff7cf;
    background: #e09c1f;
}
.order tr {
    border: 1px solid #d4d4d4;
}
.order tr td {
    padding: 10px;
}
.sumary {
    background: #f3f3f3;
}
.footer {
    position: fixed;
    height: 100px;
    bottom: -20px;
    width: 100%;
}
.error-404 {
 font-size: 120px;
}
.underline {
 text-decoration: underline;
}