@import url('./components/header.css');
@import url('./components/footer.css');
@import url('./components/apply-popup.css');

body {
    margin: 0;
}

* {
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.page {
    width: 100%;
    background: var(--color-white);
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: visible;
}
