/* 
    main.css
    全ページに適用
*/


/* General Design */
.color-sub {
    background-color: #ffc107;
}

/* Search Bar */
#search-bar {
    display: flex;
    align-self: center;
    justify-self: end;
    height: 55%;
    margin-left: 52.5%;
}

#search-bar * {
    border-radius: 7px;
}

#search-keyword {
    max-width: 12rem;
}

#search-button {
    background-color: #eeeeee;
}


/* Footer */
footer {
    color: #ffffff;
    text-align: center;
}

/* Clickable Object*/
.clickable {
    cursor:pointer;
}

/* Icons */
.icon {
    color: #0d6efd;
  }