@import url("./header/header.css");
@import url("./footer/footer.css");
@import url("./main/form.css");

.wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    background: #F4F4F4;
}


