
html {

    max-height: 100%;


}

body {
    margin: 0;
    padding: 0;
 }
 

.lanny_image{
    border-radius: 50%;
}

.right {
    display: flex;
    align-items: center;
    flex-direction:row-reverse;
    width: 20%;
}



#container{
    display: flex;
    font-size:20px;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    height: 70px;
    background-color: rgb(66, 60, 60);
    color: white;
}
.left a {
    text-decoration: none;
    color: white;
}
.left
{
    text-decoration: none;
    color: white;

    display: flex;
    flex-direction: row;
    width: 50%;

    justify-content: space-between;

}


.dot {
    height: 20px;
    width: 20px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
  } 


