h1, h2, button {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

#uzupius {
    border: 2px, solid, black;
    padding: 15px;
    max-width: fit-content;
    margin-top: 20px;
}

button {
    background-color: rgb(109, 176, 224);
    border-radius: 5px;
    height: 50px;
    width: inherit;
    font-size: 14pt;
    margin-bottom: 20px;
}

#randomStreet, #random-language-picker, #links {
    border: 2px, solid, black;
    padding: 15px;
    width: 400px;
    margin-top: 20px;
    text-align: center;
}

.collapsible {
    border: 0;
    background-color: white;
}
