/***
*
*
*/

h2{
    margin-top: 30px;
    text-align: center;
}
.rebackid-header-index{
    display: grid;
    grid-template-rows: (5,1fr);
    width: 50%;
    height: 150px;
    margin: 20px auto;
    padding-bottom: 300px;
}
.rebackid-header-index canvas{
    width: 55px;
    height: 33px;
    margin-top: 10px;
    margin-left: 10px;
}
.rebackid-item-index{
    display: flex;
}
.rebackid-header-index b{
    margin-top: 10px;
}
.rebackid-header-index input{
    width: 30%;
    height: 35px;
    margin-top: 5px;
}
    .rebackid-header-index input[type="submit"]{
    width: 75px;
    height: 33px;
    margin-top: 5px;
    margin-left: 10px;
}
     

