@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

*{
    font-family: 'Roboto', sans-serif;
}
p,li{
    font-size:16px;
    color:#808080;
}
h1,h2,h3,h4,h5{
    color:#808080;
}
.options_first2{
    border:solid #cfcfcf 1px;
    width:fit-content;
    padding:2px 8px;
    border-radius:24px;
    text-align:center;
    display:block;
    margin:10px auto 0 auto;
}
.navbar{
       background: #222932;
    padding: 25px;
    min-height: 100px;
}
.navbar-default .navbar-nav>li>a{
    color:white;
    transition:0.4s;
    -o-transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
}
.navbar-default .navbar-nav>li>a:hover{
    color:red;
}
.jumbotron{
    background:white;
}
.options2{
    padding:20px;
    background:white;
    width:auto;
    overflow:auto;
    box-shadow: 0px 5px 15px 0px #adadad8c !important;
}
.button{
        color: #ffffff !important;
    background-color: #7fc64a !important;
    box-shadow: 0px 5px 15px 0px rgb(127 198 74 / 55%) !important;

    padding: 25px 12px;
    border-radius: 50%;
    text-align:center;
}
.number{
    position: relative;
    display: inline-block;
    width: 30px;
    padding: 12px 0;
    border-radius:5px;
    text-align: center;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    color: #fff;
    position:absolute;
    left:10px;
    bottom:15px;
    background:#71af42bd;
}
.button a{
    color:white;
    font-weight:bold;
    font-size: 18px;
    
}
.table_list li{
    list-style:none;
    line-height:27px;
}
.fa-plus{
    color:white;
    padding:2px 4px; 
    border-radius:50%;
    background:#7fc64a;
    margin-right:5px;
}
.footer{
    background:#222932;
    padding:20px;
}
.footer_ul li {
    text-align: center;
    font-weight: bold;
    color: #7bb6d8;
    font-size: 16px;
    text-align: left;
    margin: 10px 5px;
    list-style: none;
}
.rights {
    float: right;
    color: white;
    font-size: 15px;
    padding-top: 9px;
    padding-bottom: 5px;
    
}
.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}
.text2{
    color:white;
}