.menu {
    font-size: 1.5rem;
    width: 60%;
    flex-wrap: nowrap;
}

.menu a {
    margin-top: 32px;
    margin-right: 50px;
    width: fit-content;
}

header .title {
    font-size: 2.5rem;
    min-width: 30%;
}

header {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
    justify-content: space-between;
}