@charset "utf-8";

.nav-bar {
    display: flex;
    background-color: #ff4500;
    font-family: 'メイリオ', 'HiraKakuProN';
    border-radius: 2px;
    border: 3px solid #000;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
    padding-top: 2px;
}

img {
    display: flex;
    width: 300px;
    height: auto;
}