@media (max-width: 750px) {

    header {
    flex-direction: column;
    height: fit-content;
    position: unset;
}

nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    margin-bottom: 20px;
    margin-right: 0px;
}

nav ul li {
    margin-bottom: 10px;
}
.name {
    margin-bottom: 10px;
    width: 100vw;
}



}