body{
    padding: 50px;
}
#res{
    min-height: 20px;
    padding: 10px;
    background-color: #f4c2af;
    margin-bottom: 7px;
    border-radius: 10px;
}
#res span{
    font-weight: bold;
    cursor: pointer;
}
#search-box{
    margin-top: 10px;
}
#loading{
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    height: 0;
}
#categorys{
    display: none;
    text-align: center;
}
.error{
    color: red;
}
h6{
    color: #ea5421;
}
h5{
    color: seagreen;
}
.elm{
    padding-top: 15px;
    border-bottom: 2px solid black;
}