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

  .titlebar-mobile{
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
  }
  
  .topnav {
    overflow: hidden;
    background-color: #dddddd;
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: inherit;
    color: #333;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    min-height: 68px;
    transition: all 0.5s ease-in-out;
  }
  
  .topnav #myLinks {
    display: none;
    margin-top: 25px;
    padding-bottom: 25px;
  }
  
  .topnav a {
    color: #333;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  

  #myLinks a{
    color: #333;
    padding: 20px 15px;
    text-decoration: none;
    font-size: 17px;
    display: block;
    border-top: 1px solid #ccc;
    font-weight: bold;
  }
 
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav .active {
    color: white;
    text-align: center;
    margin-bottom: -5px;
    margin-top: -5px;
    width: calc(100% - 105px) !important;
  }

  .topnav i{
    font-size: 35px;
    margin-top: -3px;
    color: #333;
  }

  .topnav a.icon {
    /* background: black; */
    display: block;
    position: relative;
    right: 0;
    top: 0;
  }