body {
    display: flex;
    flex-direction: column;
    gap: 0;
}

#head {
    background: #fff;
    box-shadow: var(--shadow-1);
}
#head img {
    width: auto;
    height: 64px;
}
h1#logo {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 100%;
}
#wrap {
    width: 100%;
    min-height: 480px;
}
.label-select {
    margin: 80px auto 16px auto;
    text-align: center;
}
