html,body {
  width:100%;
  height:100%;
  margin: 0;
  padding: 0;
}

body {
  font-size:16px;
}

.ui.container {
  margin-top:2em;
}

.ui.tabular.menu {
    border-bottom-color: red;
}

.ui.tablular.menu .item {
    font-family: verdana;
    color: black;
    font-weight: bold;
}

.ui.tabular.menu .item:hover {
    background-color: pink;
    color: white;
    border-radius: 0.286rem 0.286rem 0px 0px !important;
    border-color: pink;
    
}

.ui.tabular.menu .active.item {
    background-color: red;
    color: white;
    border-color: red;
}