﻿body {
    background: #f2f4f7;
    font-family: "Poppins", sans-serif;
}

button {
    cursor: pointer;
}

@media (max-width: 500px) {
    .header {
        margin: 1rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .panel {
        display: flex;
        flex-direction: column;
        margin: 1rem;
        justify-content: flex-start;
        height: 80vh;
    }
}