
h1 {
    text-align: center;
}

input[type="text"], button {
    padding: 10px;
    font-size: 16px;
}

button {
    background-color:seagreen;
    border: none;
    color: #fff;
    cursor: pointer;
}

#dictionaryResult {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid white;
}


.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}



#photoContainer {
    margin-top: 200px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.photo {
    width: 200px;
    margin: 10px;
    flex: 0 0 auto;
}

#wikiResult {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid white;
}
