body {
    margin: 0;
    padding: 0;
    background-image: url('../../frontend/asset/image/body-img.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-layout {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.page-header {
    padding: 0.5rem 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-header__logo img {
    height: 60px;
}

.min-w-button {
    min-width: 90px;
}

.page-main {
    flex: 1;
    min-height: 0;
}

