body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    box-sizing: border-box;
    margin: 0;
}

.topTwoSections {
    background-color: rgb(235, 235, 235);
    text-align: center;
}

h1 {
    font-size: 2rem;
    padding-block: 3rem;
    background-color: #c1c5d3;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}
p {
    margin-top: 0;
}

button {
    background-color: black;
    color: white;
}

.topTwoSections {
    min-height: 100svh;
}

.searchBox>* {
    border-radius: 100px;
    border: none;
    padding: .5rem 2rem;
    font-size: 1rem;
    margin-top: calc(-50% - 2rem);
    box-shadow: 7px 7px 20px -9px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 7px 7px 20px -9px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 7px 7px 20px -9px rgba(0, 0, 0, 0.9);
}


.outputBox span {
    background-color: #cdcdcd;
    padding: .5rem 2rem;
    color: rgb(28, 28, 28);
    font-size: 4rem;
    border-radius: 4px;
    white-space: nowrap;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);

}

aside {
    background-color: #fff8bf;
    color: black;
    max-width: 50ch;
    padding: 1rem 2rem;

    border-radius: 16px;

    text-align: start;
    text-wrap: balance;
    margin-inline: auto;

    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.about {
    padding-inline: 10px;
    max-width: 65ch;
    margin-inline: auto;
    line-height: 1.5;
    font-size: 1.25rem;
    background-color: white;
}