#logo{
    margin-right: 25px;
    width: 40px;
    height: 40px;
}
html{
    font-family: 'Roboto', sans-serif;
    background-color: #F5F5F5;
}
.header{
    display: flex;
    flex-direction: row;
    height: 50px;
    width: 100%;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
body{
    margin: 0;
}

#nav{
    min-width: 5%;
    
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: nowrap;

}
.nav-items{
    margin-left: 15px;
    margin-right: 15px;
    color: black;
    text-decoration: none;
}

#logo-container{
    margin-top: 5px;
    margin-left: 10px;
}

.login-elements-container{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.login-elements{
    margin-left: 5px;
    margin-right: 20px;
}

#profile{
    color: #f16161;
}

#defaultCanvas0{
    display: block;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

