body{
    background-color: darkblue;
    background: url("pictures/karolinarobot.jpeg") no-repeat center center fixed;
    background-size: cover;
    font:15px/1.3 'Open Sans', sans-serif;
    /* font-family: "Roboto", "Helvetica Neue", "Helvetica",  "Arial", sans-serif; */
    text-align:center;
    color: gray;
    overflow: hidden;
}

.router-link-active {
    color: red;
  }

  @import url(https://fonts.googleapis.com/css?family=Roboto);
  
.nav-test {
      height: 100vh;
      display:inline-block;
      justify-content: center;
      align-items: center;
     
} 
.nav-container {
          position: relative;
          margin: 5px auto;
          box-sizing: border-box;       
}  
ul {
    display: flex;
    background: rgb(50, 54, 57, 0.7);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
    } 

li {
    display: flex;
    align-items: center;
    min-height: 48px;
    margin-left: 60px;
    cursor: pointer;
                  /* user-select: none; */
    } 
li:first-child {
    margin-left: 0;
    }
  
a {
    color: rgb(241, 241, 241);
    text-decoration: none;
    font-weight: 500;
    font-size: 1.2em;
    }  

h1 {
    margin-top: 30px;
    font-weight: 500;
    color: #212121;
    }

.content{
    background-color: rgba(255,255,255, 0.7);
    box-shadow: 7px 16px 45px 10px rgba(0,0,0,0.59);
    /* height: 70%; */
    }