h1 {
    display: flex;
    justify-content: center;
    background-color: hsla(202, 71%, 27%, 1);
    color: aliceblue;
    margin-bottom: 1rem;
}

ul {
    list-style-type: none;
}


.input-group {
    display: flexbox;
    justify-content: left;
    align-items: flex-start;
    padding-left: 7vw;
    margin-bottom: 1vh;
}

.results1 {
    height: 30vh;
    width: 100vw;
    justify-content: space-between;
    font-size: larger;
    font-weight: bolder;
}

.icon-primary {
    float: left;
    margin-top: 0;
}

.ul-current {
    float: right;
    margin-top: 0;
}

#cards {
    /* background-image: url(umbrellas-small.jpg); */
    /* background-repeat: repeat; */
    background-size: contain;
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}




.card {
    height: 60vh;
    width: 15%;
    margin: 1rem;
    color: 0, 119, 182; 
    font-size: x-large;
    font-weight: bolder;
    overflow: auto;
    border: none;
}