.menu {
    font-size: 1.8rem;
    width: 35%;
    flex-wrap: wrap;
    height: 80px;
    margin-top: 38px;
}

.menu a {
    font-size: 2.5rem;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header h1 {
    margin-bottom: 10px;
}

header .title {
    font-size: 3.5rem;
    margin-left: 20px;
    height: 80px;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 20px;
}

.menuText {
    display: none;
    width: 0;
}