.topmenu {
  /*  display: flex;    */
    place-items: center; /* Centers both horizontally and vertically */
   /* flex-direction: column; /* Stack buttons vertically */
    width: 100%;
    position: fixed;
    top: 50px;
    background-color: #B7C1C3;
    justify-content: center; /* Centers horizontally */
    padding: 20px;
    float: center; /* Position sidebar to the left */
    /*height: 100vh;  Make sidebar span full viewport height */
    box-sizing: border-box; /* Include padding in width calculation */
}
.button-container {
    justify-content: center;
    gap: 15px;
    text-align: center; /* Centers inline-level content horizontally */
    flex-wrap: wrap; /* Allows buttons to wrap to the next line if space is insufficient */
    flex-direction: column;
}
.button-3 {
        width: 110px;
        align-items: center;
        background-color: #000;
     /*   border: 4;      */
        border-radius: 10px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        font-size: 10px;
        font-weight: bold;
        justify-content: center;
        font-family: Verdana, Helvetica, sans-serif;
        line-height: 20px;
        height: 50px;
        padding: 0px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        touch-action: manipulation;
      /*  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;  */
        user-select: none;
        vertical-align: center;
        margin: 0 auto; /* Adds horizontal margin for spacing */
}

.button-3:hover,
.button-3:focus {
        background-color: #000000;
        font-size: 14px;
        color: #C0C0C0;
}
.button-3:active {
        background: #000b6;
        color: rgb(255, 255, 255, .7);
}

.button-3:disabled {
        cursor: not-allowed;
        background: rgba(0, 0, 0, .08);
        color: rgba(0, 0, 0, .3);
}
.button-6 {
        width: 110px;
        align-items: center;
        background-color: #783839;
     /*   border: 4;      */
        border-radius: 10px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        font-size: 10px;
        font-weight: bold;
        justify-content: center;
        font-family: Verdana, Helvetica, sans-serif;
        line-height: 20px;
        height: 50px;
        padding: 0px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        touch-action: manipulation;
      /*  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;  */
        user-select: none;
        vertical-align: center;
        margin: 0 auto; /* Adds horizontal margin for spacing */
}

.button-6:hover,
.button-6:focus {
        background-color: #783839;
        font-size: 14px;
        color: #C0C0C0;
}
.button-6:active {
        background: #000b6;
        color: rgb(255, 255, 255, .7);
}

.button-6:disabled {
        cursor: not-allowed;
        background: rgba(0, 0, 0, .08);
        color: rgba(0, 0, 0, .3);
}
/* Dropdown Button */
.dropbtn {
    width: 110px;
    background-color: #000;
    display: inline-flex;
    border-radius: 10px;
  /*  border-radius: 10px;    */
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana, Helvetica, sans-serif;
    line-height: 20px;
    height: 50px;
    overflow: hidden;
    padding: 0px;
    padding-left: 2px;
    padding-right: 2px;
    place-items: center; /* Centers both horizontally and vertically */
    text-align: center;
    user-select: none;
    vertical-align: center;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    }

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;    /* Centers vertically */
   /*  margin: 0 auto; /* Adds horizontal margin for spacing */
    place-items: center; /* Centers both horizontally and vertically */
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
    place-items: center; /* Centers both horizontally and vertically */
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #fff;
 color: #000;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
    }

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #000;}
/* Dropdown Button */
.dropbtn2 {
    width: 110px;
    background-color: #000;
    border: 4;
    border-radius: 10px;
    box-sizing: border-box;
    color: #FFFF0F;
    display: inline-flex;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana, Helvetica, sans-serif;
    line-height: 20px;
    height: 50px;
    margin: 0 auto; /* Adds horizontal margin for spacing */
    overflow: hidden;
    padding: 0px;
    padding-left: 2px;
    padding-right: 2px;
    place-items: center; /* Centers both horizontally and vertically */
    text-align: center;
    user-select: none;
    vertical-align: center;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    }

/* The container <div> - needed to position the dropdown content */
.dropdown2 {
    position: relative;
    border-radius: 10px;
    display: inline-flex;
   /* justify-content: center;  Centers horizontally */
   /* align-items: center;     Centers vertically */
    margin: 0 auto; /* Adds horizontal margin for spacing */
    place-items: center; /* Centers both horizontally and vertically */
}
.dropdown2-content {
    display: none;
    position: absolute;
    border-radius: 10px;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
}

/* Links inside the dropdown */
.dropdown2-content a {
    color: #fff;
    padding: 12px 16px;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
}

/* Change color of dropdown links on hover */
.dropdown2-content a:hover {background-color: #fff;
 color: #000;
}

/* Show the dropdown menu on hover */
.dropdown2:hover .dropdown-content {
    display: block;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
    top: 100%;
    }

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown2:hover .dropbtn2 {background-color: #000;}
