 body, h1, h2, h3, h4, h5, h6, p {
     font-family: "Fredoka", sans-serif 
}
 .w3-bar-block .w3-bar-item {
     padding: 20px 
}

/* @media screen and (max-width: 600px) {*/
/*     .w3-grid-template {*/
/*         display: grid;*/
/*         grid-template-columns: repeat(1, 1fr);*/
/*    }*/
/*    .w3-grid-template.auth {*/
/*         display: grid;*/
/*         grid-template-columns: repeat(1, 1fr);*/
/*    }*/
/*     .w3-image {*/
/*         width: 100%;*/
/*         height: 150px;*/
/*         object-fit: fill;*/
/*    }*/
/*}*/
/* @media screen and (min-width: 601px) {*/
/*     .w3-grid-template {*/
/*         display: grid;*/
/*         grid-template-columns: repeat(3, 1fr);*/
/*    }*/
    
/*    .w3-grid-template.auth {*/
/*         display: grid;*/
/*         grid-template-columns: repeat(5, 1fr);*/
/*    }*/
    
/*     .w3-image {*/
/*         width: 100%;*/
/*         height: 200px;*/
/*         object-fit: fill;*/
/*    }*/
/*}*/
.search_field {
    display: inline-block;
    border: 1px inset #ccc;
}

.search_field input {
    border: none;
    padding: 0;
}

.search_field button {
    border: none;
    background: none;
}

@media screen and (min-width: 1200px) {
    .w3-card-hd{
        max-width: 70%;
        margin: auto;
    }

}

@media screen and (min-width: 1920px) {
    body {
        max-width: 70%;
        margin: auto;
    }
    .headerst{
        max-width: 70%;
        margin: auto;
    }
}