.main-box {
    min-height: 86vh;
    /* background-color: red; */
    text-align: center;
    /* width: 30%; */
    max-width: 80%;
    margin: auto;
}

.searchWikipedia {
    display: flex;
    flex-direction:row;
    justify-content: center;
    
}



/* search   wiki */

/* .wikiResultsContainer {
    display: flex;
    justify-content: center;
} */

.searchResults{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 75%;
    
}

.wikiResultItem {
    margin-bottom: 10px;
    background-color:#faf089;
    padding: 20px 15px;
    border-radius: 10px;
}

.searchResults h2{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: large;
    padding-bottom: 5;
}

/* style wiki links */

.result-link {
    font-style: italic;
    color: gray;

}

.result-link:hover {
    color: rgb(51, 7, 82);
}

.result-link:visited {
    color: rgba(0, 0, 255, 0.459);
}
