* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url('hike.jpg');
    background-repeat: no-repeat;
    background-position:top;
    background-size: cover;
    
}


.header {
    font-family: fantasy;
    font-size: 32px;
    font-weight: 800;
    background-image: url('Ort.gif');
    color: yellow;
    text-align: center;
    border-bottom: 10px solid blue;
    padding: 20px;
    display: inline-flex;
    width: 100%;
    justify-content: center;

}

.pinetree1 {
    max-height: 120px;
    float: inline-start;
    padding-right: 90px;

}

.pinetree2 {
    max-height: 120px;
    float: inline-end;
    padding-left: 90px;

}

.row:after {
    content: '';
    display: table;
    clear: both;
}

.search input {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 92%;
    background: #F1F1F1;
}
  /* Style the submit button */
.search button {
    float: left;
    width: 8%;
    padding: 10px;
    background: rgb(173, 216, 230);
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
}
.search button:hover {
    background: #0B7DDA;
}
  /* Clear floats */
.search::after {
    content: '';
    clear: both;
    display: table;
}
.title {
    text-align: center;
    margin-top: 175px;
    font-size: xx-large;
    color: white;
}   

.search {
    margin-left: 80px;
    margin-right: 80px;
    border: 5px solid blue;
}
.card {
    opacity: 50%;
    font-weight: bolder;
    color: black;
    border: groove blue 5px;
}

.footer {
    opacity: 1.5;
    background-color: rgba(20, 117, 20, 0.6);
    color: blue;
    text-align: center;
    font-size: 24px;
    padding: 20px;
    margin-top: 20px;
    border: 5px solid blue;
    width: 100%;
}