@charset "UTF-8";
header {
    margin: 20px 0 0 0;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 26px;
    font-family: "Montserrat", "Noto Sans", "Sen", sans-serif;
    border-bottom: 1px solid #8d7981;
}
@media screen and (max-width: 428px) {
    header {
        column-gap: 13px;
    }
}
header img {
    width: 68px;
}@media screen and (max-width: 1300px) {
    header img {
        width: 50px;
    }
    header {
        margin: 15px 0 0 0;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 428px) {
    header img {
            width: 35px;
        }
}
header ul {
    display: flex;
    column-gap: 26px;
}