:root {
    --bg1: #1D2731;
    --bg2:rgb(90,90,90);
 



    --banner-bg: #1D2731;
    --banner-text: white;
    --main-bg: #0B3C5D;

    --button_bg: #1D2731;
    --button_text: white;
    --button_highlight_bg: #D9B310;
    --button_highlight_text: black;

}



body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    background: linear-gradient(45deg,  var(--bg1) 0%, var(--bg2)  50%,var(--bg1)  100%);
}

.button-link {
 
    width: 115px;
    height: 25px;
    background:var(--button_text);
    color:var(--button_bg);
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    line-height: 25px;
}
#bottom-navigation-div{
    width:100%;
    text-align: center;
  
}