.nav {
height : 50px;
border-bottom: 1px solid black
display: flex;
align-items:center;
font-size: 25px;
font-weight: 300;
}

.nav-items {
display: flex;
margin-left: auto;
margin-right: 10px;
font-size: 15px;
font-weight: 200;
margin-bottom: 30px;
}

.nav-item {
margin-left: 10px;
}

.title {
    margin-top: 150px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}

.subtitle {
    margin-left: 100px;
    margin-right: 100px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}

