body {
    font-family: 'Pridi', serif;
}

input[type="checkbox"] {
    appearance: revert;
    -webkit-appearance: checkbox;
    margin-right: 10px;
}

input[type="date"] {
    width: -webkit-fill-available;
    height: 3em;
    border-radius: 0.2em;
    background-color: rgba(144, 144, 144, 0.075);
    border: solid 1px rgba(144, 144, 144, 0.5);
}

@media only screen and (min-width: 1440px) {
    img {
        width: 30%;
    }
}
