:root {
    --pico-font-family-sans-serif: Oxygen,system-ui,"Segoe UI",Roboto,Ubuntu,Cantarell,Helvetica,Arial,"Helvetica Neue",sans-serif,var(--pico-font-family-emoji);
}

.current_temp_container {
    display: flex;
    gap: 1rem;
}

.current_temp_container article {
    min-width: 11em;
}

.current_temp_container article p {
    margin-bottom: 0;
    text-align: right;
}

.current_temp_container article p span {
    font-size: xxx-large;
}
