.navbar nav ul {
    display: grid;
    grid-template-columns: repeat(4, 150px);
}


.nav .login {
    display: flex;
    flex-flow: row;
}

.image {
    width: 90px;
    height: 70px;
}

.main {
    width: 100%;
    height: 500px;
    background-color: var(--bg);
    border-radius: 10px;
}

.main .phImg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 35%;
    width: 400px;
}

.main h1 {
    margin-top: 0;
    margin-left: 40%;
}