.wrapper_nav {
    display: inline-flex;
}
* {
    margin: 0;
}
.nav_bar_profile {
        text-align: center;

}
.nav_bar_profile {
    display: inline-block;
    background: #ffffff;
    height: 100%;
    padding: 10px;
    width: 100%;
    text-align: left;
}
.nav_bar_profile li {
    list-style: none;
    display: inline-flex;
    /* flex-wrap: wrap; */
}
.nav_bar_profile li a {
    text-decoration: none;
    color: black;
    font-family: roboto;
    font-size: small;
}
.nav_bar_profile ul {
    padding: 0px;
}

form {
    position: relative;
    margin: auto;
    text-align: center;
    /* transform: translate(0px, 50%); */
}
h2 {
    margin-top: 100px;
}
.container {
    margin-top: 50px;
}