.temp-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#temp {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -4px;
}

.unit {
    font-size: 2rem;
    font-weight: 300;
    margin-top: 10px;
}

.description {
    font-size: 1.1rem;
    font-style: italic;
    margin-top: 10px;
    opacity: 0.9;
}