body {
  font-family: Arial, Helvetica, sans-serif;
}

.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 24px
}

.topnav a:hover {
  /* background-color: #00d0ff; */
  color: white;
}


.active {
  background-color: rgb(43 116 35);
  color: white;
}



#divSizing{
    height: 75px;
    border: 0.5px solid black;

    margin-bottom: 3px
}


#profile{
    width: 70px;
    border-radius: 100px;
    vertical-align: middle;
    margin-left: 10px

}

#userName{
    font-size: 15px;
    font-weight: bolder;
    margin-left: 10px
}