.footer {
    background-color: #f5f5f5;
}

body {
    background: url(../img/5.png);
}

.remind:hover {
    background: rgb(240, 236, 234);
    cursor: pointer;
}

.have-remind {
    border-left: 2px solid red;
}