ion-icon.is-blue {
    color: #4258ff;
}

.has-background-my-dark {
    background-color: #414042 !important;
}

.landscape-alert {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 1rem;
}

.landscape-alert p {
    color: red;
}

.navbar-profile-buttons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 1rem;
    width: 100%;
    gap: 1rem;
}

.navbar-profile-buttons .button {
    width: calc(100% - 3rem);
}

@media screen and (min-width: 500px) {
    .landscape-alert {
        display: none;
    }
}