::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

body {
    background-color: #292929;
}

h1 {
    text-align: center;
    font-family: sans-serif;
    color: white;
}

p {
    text-align: center;
    font-family: sans-serif;
    color: white;
}

h2 {
    margin-top: 25px;
    font-size: 30px;
}

h2:hover {
    text-decoration: underline;
    color: rgb(37 99 235);
}

#wikiContent {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}

#wikiResult {
    margin-top: 10px;
}
