* {
    text-decoration: none;
}

.navbar {
    background:#E8E8E8;
    font-family: calibri;
    padding-right: 15px;
    padding-left: 15px;
    border-radius:px;

}

.navdiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo a {
    font-size: 35px;
    font-weight: 600;
    color: #353935
}

li {
    list-style: none;
    display: inline-block;
}

li a {
    color: #353935;
    font-size: 18px;
    font-weight: bold;
    margin-right: 25px;
}

button {
    background-color: #353935;
    margin-left: 10px;
    border-radius: 25px;
    padding: 10px;
    width: 90px;
}

button a {
    color: #f6f5f2;
}

.banner1
{
    border-radius:25px;
}

.button
{
    position:absolute;
    bottom:-40;
    right:130;
    transform:translate(-60%);
    padding:10px 20px;
    background-color:#353935;
    color:white;
    font-size:35px;
    border:none;
    border-radius:25px;
    cursor:pointer;
    font-family: calibri;
}
.button:hover{
    background-color:#2c6106;
    color:white;
}
.banner2
{
    border-radius:25px;
}

.button2
{
    position:relative;
    bottom:60px;
    left: -125px;
    padding:10px 20px;
    background-color:#353935;
    color:white;
    font-size:20px;
    border:none;
    border-radius:25px;
    cursor:pointer;
    font-family: calibri;
}
.button2:hover{
    background-color:#2c6106;
    color:white;
}


table{
    text-align: center;
}


.banner3
{
    border-radius: 25px;
    align:center;
    width:100%;


}
.button3{
    background-color: #353935;
    margin-left: 10px;
    border-radius: 25px;
    padding: 10px;
    width: 90px;
}
.button3
{
    position:relative;
    bottom: 150px;
    right: 500px;
    padding:10px 20px;
    background-color:#353935;
    color:white;
    font-size:35px;
    border:none;
    border-radius:25px;
    cursor:pointer;
    font-family: calibri;
}
.button3:hover{
    background-color:#2c6106;
    color:white;
}
.banner4
{
    border-radius:25px;
    align:center;
}

.button4
{
    background-color: #353935;
    margin-left: 10px;
    border-radius: 25px;
    padding: 10px;
    width: 90px;
}
.button4:hover{
    background-color:#2c6106;
    color:white;
}
.button4
{
    position:relative;
    bottom: 150px;
    left: 360px;
    padding:10px 20px;
    background-color:#353935;
    color:white;
    font-size:35px;
    border:none;
    border-radius:25px;
    cursor:pointer;
    font-family: calibri;
}

.table6 
{
  border-radius: 25px;
}