* {
    margin: 0px;
    padding: 0px;
}


.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
}

.nav__left {
    display: flex;
    align-items: center;
}

.nav__left > span {
    font-size: 20px;
}

.nav__right {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

body {
    background: linear-gradient(lightgrey, 20%, #d6e8db);
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background: linear-gradient(white, 85%, rgb(247, 164, 164)); */
}

.exit__button {
    display: flex;
    text-decoration: none;
}

.main__page__button {
    display: flex;
    text-decoration: none;
}

.appeal__button {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
    