
@import "./style/header.css";
@import "./style/body.css";
@import "./style/prices.css";
@import "./style/footer.css";

body {
    background-color: #f5f5f5;
}

.empty {
    height: 40px;
    width: 100%;
}

.empty-big {
    height: 180px;
    width: 100%;
}
