@charset "UTF-8";

body {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.div-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.backtohome {
    background: rgba(0, 0, 0, 0.062);
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

figure {
    display: flex;
    flex-direction: column;
    gap: 2vh;
}

nav>div:nth-child(3) {
    align-self: end;
}