body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h1 {
    font-weight: 200;
}
.maint {
    margin: auto;
    text-align: center;
    font-size: larger;
}

.navbar {
    margin-top: 5%;
    display: flex;
    width: full;
    justify-self: center;
    flex-direction: column;
    
}


.titles {
    margin-bottom: 10%;
}

.botombar {
    margin-top: 10%;
    justify-content: center;
    text-align: center;
}