body {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background-color: black;
    color: white;
}

.container {
    padding: 100px 0;
}

#resultContainer {
    margin-top: 100px;
}

h2 {
    font-style: italic;
    font-size: 12px;
}

ul {
    list-style: none;
}

#title {
    margin: 0 0 0 0;
}

#subTitle {
    margin-top: 0;
}

#toggle {
    border-radius: 5px;
    margin-top: 10px;
    background-color: orange;
    width: 150px;
    height: 25px;
    border: 0;
}

#toggle:hover {
    background-color: goldenrod;
}

#words {
    width: 00px;
}

#word {
    width: 300px;
    margin-top: 20px;
}

#word, #wordResult {
    font-weight: bold;
}

#wordResult {
    color: orange;
}

#definition {
    font-style: italic;
}

footer {
    font-size: 10px;
    font-style: italic;
    position: absolute;
    bottom: 5px;
    width: 100%;
}

a {
    text-decoration: none;
    color: orange;
}

a:hover {
    font-weight: bold;
}

#suggestions {
    margin-left: 20px;
}

#searchTime, #suggestions {
    font-style: italic;
    font-size: 10px;
    font-weight: 50;
    color: lightgray;
}

#suggestionsSearchTime {
    margin-top: 5px;
}

#definition {
    width: 80%;
    margin: auto;
}