* {
  text-align: center;
  box-sizing: border-box;
}

.TopMenu {
    height: 20px; 
    width: 100%;
    background-color: brown;
}

.TopMenuItem {
    float: right; 
    font-size: 80%;
    
}