/* https://github.com/picocss/pico/discussions/311 */

:root {
    background-color: white;
}
body * {
    color: oklch(21% 0.034 264.665) !important;
}
header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
header img {
    width: 180px;
    height: 180px;
}
h1 {
    font-weight: 700;
    font-size: 45px;
    letter-spacing: -1px;
}
h5 {
    font-size: 30px;
    font-weight: 350;
    letter-spacing: -0.75px;
}
h6 {
    font-size: 20px;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
}
h1,
h2,
h5,
h6 {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    width: 100%;
}
.readable {
    max-width: 600px;
}
@media (max-width: 767px) {
    header img {
        width: 160px;
        height: 160px;
    }
    h1 {
        font-weight: 700;
        font-size: 38px;
        letter-spacing: -1px;
    }
    h5 {
        font-size: 24px;
        /* font-weight: 350; */
        /* letter-spacing: -0.75px; */
    }
}
