#quoteDisplay {
    font-size: 1.5em;
    margin: 20px 0;
    color: #333;
}
#quoteSearch {
    margin: 20px 0;
}
input[type="text"] {
    padding: 10px;
    width: 200px;
    margin-right: 10px;
}
button {
    padding: 10px 15px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
button:hover {
    background-color: #3b3b3b;
}
.quote {
    display: none;
}

h1 {
    font-family: arial;
    font-size: 2.5rem;
    text-align: center;
}

p {
    text-align: center;
    font-style: italic;
    font-family: arial;
}

#main {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

*{
    text-align: center;
}

details {
    font-family: arial;
}