


.container {
            display: flex;
            align-items: flex-end;
            min-height: 0vh;
/*            background-color: brown;*/
  
        }

        .left-div {
/*
            background-color: lightblue;
            padding: 10px;
*/
        }

        .inner-div {
            width: auto;
            height: 75px;
            background-color: lightcoral;
            position: relative;
        }

        .inner-div-bottom {
            position: absolute;
            bottom: 0;
        }

        .right-div {
/*            background-color: lightgreen;*/
/*            padding: 10px;*/
            margin-left: auto;
        }

        .right-inner-div {
            width: auto;
            height: 50px;
            background-color: lightyellow;
            position: relative;
            margin-top: 10px;
        }

        .right-inner-div-bottom {
               width: auto;
            height: auto;
            position: absolute;
            bottom: 0;
           
            right: 0
        }

.menuCont
{
    display: block;
 
}
.model { 
     height: 50px;
  width: auto;
    padding: 0px 20px 0px 20px;
  background-color: black;
  border-radius: 30px;
  display: inline-block;
     display: flex;
      justify-content: center;
      align-items: center;
    font-size:30px;
    color: white;
    float: right;
user-select: none}
    
.dot {
  height: 60px;
  width: 60px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
     display: flex;
      justify-content: center;
      align-items: center;
     font-size: 2em;
    color: white;
    float: left;
}