@charset "utf-8";

.nav-bar {
    display: flex;
    background-color: #ff4500;
    color: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
    padding-top: 2px;
}

.toppage {
    font-size: 15px;
    color: #ffffff;
    display: flex;
    align-items: center;
    height: 60px;
}

.admin_toppage {
    font-size: 15px;
    color: #000000;
    display: flex;
    align-items: center;
    height: 50px;
}

img {
    display: flex;
    width: 200px;
    height: auto;
}

.link-items {
    font-family: 'Ubuntu';
}

.link-items:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 255, 0.6);
}

.btn {
    margin-top: 30px;
    margin-left: 100px;
    margin-right: 100px;
    background-color: #4169e1;
    font-weight: normal;
    display: flex;
    justify-content: center;
}