a:hover {
    color: #db4c00;
    text-decoration: none;
}

.logo-blog {
    max-width: 240px;
    margin: 20px 0;
}

.search-form {
    align-items: center;
    display: flex;
    justify-content: center;
}

@media (max-width: 1024px) {
    .search-form {
        padding-bottom: 20px;
    }
}

.continue {
    float: right;
}
 
.mb-10 {
    margin-block: 10px;
}