body {
    font-family: orbi;
    font-size: medium;
    background-image: linear-gradient(rgba(6, 130, 188, 0.748), rgba(255, 255, 0, 0.5)),
                  url("annie-spratt-0ZPSX_mQ3xI-unsplash.jpg");
    background-blend-mode: darken, luminosity;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    padding: 10px;
    position: relative;
    overflow-x: hidden;
}
.orbitron-robot {
    font-family: "Orbitron", sans-serif,monospace;
    font-optical-sizing: auto;
    font: weight 400px caption status-bar;
    font-style: normal;
   
  }


@font-face {
    font-family: "orbi";
    src: url(../static/Orbitron-ExtraBold.ttf);
    
}

.custom_style {
    font-family: 'Courier New', Courier, monospace;




}
pre {
    width: 100%;
    overflow: auto;
    margin: 0 auto;
    font-family: orbi;
    font-size: small;
    min-width: 200px;
    max-width: 500px;
    box-shadow: 0 8px 32px rgba(50, 50, 93, 0.25),
                0 4px 16px rgba(0, 0, 0, 0.3),
                inset 0 0 10px rgba(255, 255, 255, 0.05);
    letter-spacing: 1px;
    background: rgba(255, 235, 205, 0.5);
    backdrop-filter: blur(5px);
    padding: 20px;
    border-radius: 15px;
    border: 2px solid rgba(255, 235, 205, 0.3);
    animation: fadeIn 0.5s ease-out;
}

pre::-webkit-scrollbar {
    height: 8px;
}

pre::-webkit-scrollbar-track {
    background: rgba(200, 200, 200, 0.3);
    border-radius: 10px;
}

pre::-webkit-scrollbar-thumb {
    background: rgba(77, 39, 4, 0.6);
    border-radius: 10px;
}

pre::-webkit-scrollbar-thumb:hover {
    background: rgba(77, 39, 4, 0.8);
}


.password {
    display: inline-block;
    font-weight: bold;
    background: rgba(83, 80, 80, 0.85);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(128, 128, 128, 0.6);
    border-radius: 15px;
    padding: 25px;
    filter: drop-shadow(0 8px 32px rgba(231, 191, 12, 0.4));
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37),
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    margin-bottom: 160px;
    animation: fadeInUp 0.6s ease-out;
    transition: transform 0.3s ease;
}

.password:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.5),
                inset 0 0 25px rgba(255, 255, 255, 0.08);
}

.ip_results {

    font-weight: bold;
    padding-left: 2%;
    margin-top: 550px;
    position: absolute;
    padding-right: 30px;
    background-color: #5350505d;
    border:solid gray;
    border-radius: 5px;    
    filter: drop-shadow(rgba(231, 191, 12, 0.486) 0.5rem 0.5rem 1rem);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);


}

.FAQ {
    margin: 0 auto;
    display: block;
    border: solid gray 2px;
    display: inline-block;
    position:absolute;
    bottom: 100px;
    text-align: left;
    background-color: #b3acacbb;
    border-radius: 5px;
    color: rgb(5, 5, 5);
    filter: drop-shadow(rgba(231, 191, 12, 0.486) 0.5rem 0.5rem 1rem);

}
/* .FAQ {
    display: inline-block;
    font-family: monospace;
    background-color: #070505bb;
    position: absolute;
    bottom:80px;
    padding-top: 15%;
    text-align: end;
    text-wrap: nowrap;
    text-align: center;
    padding-right: 15%;
    right:25%;
    top: 65%;
    border-radius: 5px;
    margin-left: 25%;
    font-size: 15px;
    color: rgb(253, 253, 253);
    filter: drop-shadow(rgba(231, 191, 12, 0.486) 0.5rem 0.5rem 1rem);
    padding-top: 25px;
   
    padding-bottom: 5px;
    width: 450px;
    top: 5;

} */


.ip_result_container ul li {
    list-style: none;
    letter-spacing: 0.5px;
    box-sizing: border-box;
   

}

.container {
    box-sizing: border-box;
    margin: 0 auto;
    background: rgba(83, 80, 80, 0.85);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(128, 128, 128, 0.5);
    font-size: 14px;
    border-radius: 20px;
    filter: drop-shadow(0 8px 32px rgba(231, 191, 12, 0.3));
    padding: 30px 25px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37),
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    width: 100%;
    max-width: 400px;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeInUp 0.6s ease-out;
}

.container:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.5),
                inset 0 0 25px rgba(255, 255, 255, 0.08);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

h1 {
    text-align: center;
    margin-bottom: 25px;
    color: #f1d502;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5),
                 0 0 10px rgba(241, 213, 2, 0.3);
    font-size: 1.8em;
    letter-spacing: 1px;
}

form {
    display: flex;
    flex-direction: column;
}

form label {
    color: rgb(241, 213, 2);
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

form input {
    color: white;
    background-color: rgba(73, 70, 76, 0.7);
    transition: all 0.3s ease;
}

form input:focus {
    background-color: rgba(73, 70, 76, 0.9);
    border-color: #f1d502;
    outline: none;
    box-shadow: 0 0 10px rgba(241, 213, 2, 0.5);
    transform: scale(1.02);
}

input[type="password"] {
  padding: 10px 12px;
  margin-bottom: 15px;
  border: 2px solid rgba(5, 5, 5, 0.77);
  border-radius: 10px;
  width: 95%;
  transition: all 0.3s ease;
  font-size: 14px;
}

input[type="password"]:hover {
  border-color: rgba(241, 213, 2, 0.5);
}


input[type="text"] {
    padding: 10px 12px;
    margin-bottom: 15px;
    border: 2px solid rgba(77, 39, 4, 0.8);
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 14px;
}

input[type="text"]:hover {
    border-color: rgba(241, 213, 2, 0.5);
}

input[type="text"]:focus {
    border-color: #f1d502;
    outline: none;
    box-shadow: 0 0 10px rgba(241, 213, 2, 0.5);
}

#imap_dest {
    
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 2px solid #050505c5;
    border-radius: 7px;

}


#imap_source {
    
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 2px solid #050505c5;
    border-radius: 7px;

}
#pass_source {
    
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 2px solid #050505c5;
    border-radius: 7px;

}

#user_source {
    
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 2px solid #050505c5;
    border-radius: 7px;

}

#pass_source {
    
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 2px solid #050505c5;
    border-radius: 7px;

}

#pass_dest {
    
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 2px solid #050505c5;
    border-radius: 7px;

}

#user_dest {
    
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 2px solid #050505c5;
    border-radius: 7px;

}






input[type="submit"] {
    background-color: #4d2704;
    color: rgb(15, 9, 9);
    font-family: orbi;
    font-size: large;
    padding: 10px;
    
    border-radius: 5px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #ffa51d73;
    transition: 600ms;
    
    
}

/* #result {
    margin-top: 20px;
    white-space: pre-wrap;
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 7px;
} */

#result {
    box-sizing: border-box;
    overflow: auto;
    max-height: 400px;
    max-width: 100%;
    font-size: 13px;
    margin-top: 20px;
    background: rgba(241, 241, 241, 0.95);
    color: rgb(17, 17, 18);
    padding: 15px;
    border-radius: 10px;
    border: 2px solid rgba(77, 39, 4, 0.3);
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Courier New', monospace;
    animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#result::-webkit-scrollbar {
    width: 8px;
}

#result::-webkit-scrollbar-track {
    background: rgba(200, 200, 200, 0.3);
    border-radius: 10px;
}

#result::-webkit-scrollbar-thumb {
    background: rgba(77, 39, 4, 0.6);
    border-radius: 10px;
}

#result::-webkit-scrollbar-thumb:hover {
    background: rgba(77, 39, 4, 0.8);
}




.dkim {
    background-color: gray;



}


.dns-button-container {
    position: absolute;
    top: 10px;
    left: 10px;
}

.dns-button {
    display: inline-block;
    padding: 12px 25px;
    font-family: orbi;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(135deg, #4d2704 0%, #7a3f06 100%);
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s ease;
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(77, 39, 4, 0.4);
    position: relative;
    overflow: hidden;
}

.dns-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.dns-button:hover::before {
    left: 100%;
}

.dns-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 165, 29, 0.5);
    background: linear-gradient(135deg, #7a3f06 0%, #4d2704 100%);
    border-color: rgba(241, 213, 2, 0.5);
}

.dns-button:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(77, 39, 4, 0.4);
}
input[type="text"] {
    width: 95%;
    padding: 10px 12px;
    margin-bottom: 15px;
    border: 2px solid rgba(77, 39, 4, 0.8);
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 14px;
}

input[type="text"]:hover {
    border-color: rgba(241, 213, 2, 0.5);
}

input[type="text"]:focus {
    border-color: #f1d502;
    outline: none;
    box-shadow: 0 0 10px rgba(241, 213, 2, 0.5);
}

.dns-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 165, 29, 0.5);
    background: linear-gradient(135deg, #7a3f06 0%, #4d2704 100%);
    border-color: rgba(241, 213, 2, 0.5);
}

.bottom-center-container {
    position: absolute;
    bottom:0;
    right: 250px;
    left: 250px;
  }
  .bottom-center-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    border: none;
    outline: none;
    background: linear-gradient(135deg, rgb(32, 34, 34) 0%, rgb(50, 52, 52) 100%);
    color: white;
    cursor: pointer;
    padding: 15px 25px;
    border-radius: 12px;
    font-size: 16px;
    font-family: orbi;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.bottom-center-button:hover {
    background: linear-gradient(135deg, #ffa51d 0%, #ff8c00 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 165, 29, 0.5);
}

.bottom-center-button:active {
    transform: translateY(-1px);
}
.bottom-center-button:hover {
    background-color: #ffa51d7c;
    transition: background-color 0.3s ease;
}


.text_position {
    margin-top: 400px;
    border: 1px solid gray;
    background-color: rgb(21, 20, 5);
    opacity: 0.6;
    letter-spacing: 2px;
    color: rgb(236, 228, 228);
    padding: 0 50px;
    position: absolute;
    opacity: 0.6;
    
   
    text-align:center;
    
    


}

p {
    color: #f1d502;
    font-family: orbi;
    font-size: 16px;
    line-height: 1.6;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

p > .ip_color {
    color: rgb(0, 0, 0);
    background: linear-gradient(135deg, rgba(186, 205, 241, 0.8) 0%, rgba(200, 220, 255, 0.8) 100%);
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: bold;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
}

/* .ip_container {

    background-color: #5350505d;
    border:solid gray;
    font-size: 15px;
    border-radius: 75%;
    filter: drop-shadow(rgba(231, 191, 12, 0.486) 0.5rem 0.5rem 1rem);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    z-index: 1;



} */
/* .ip_results {
    background-color: #f0e2209c;
    border:solid gray;
    font-size: 15px;
    border-radius: 75%;
    filter: drop-shadow(rgba(231, 191, 12, 0.486) 0.5rem 0.5rem 1rem);
    padding: 50px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    z-index: 1;


} */

nav ul li a {
    margin: 0;
    border-radius: 25px;
    background: transparent;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.nav-item a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.05);
    color: #f1d502;
    text-shadow: 0 0 10px rgba(241, 213, 2, 0.5),
                 0 2px 4px rgba(0, 0, 0, 0.8);
    box-shadow: 0 5px 15px rgba(241, 213, 2, 0.2);
}

.navbar {
    position: fixed;
    display: flex;
    font-size: 14px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 95%;
    width: fit-content;
    border-radius: 50px;
    background: linear-gradient(135deg, rgba(77, 39, 4, 0.95) 0%, rgba(122, 63, 6, 0.95) 100%);
    backdrop-filter: blur(15px);
    font-family: orbi;
    border: 2px solid rgba(241, 213, 2, 0.2);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5),
                inset 0 1px 0 rgba(255, 255, 255, 0.1),
                0 0 20px rgba(241, 213, 2, 0.1);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1000;
    animation: navSlideIn 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 8px 15px;
}

.navbar::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #f1d502, #ff8c00, #f1d502, #ff8c00);
    border-radius: 50px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
    background-size: 400%;
    animation: gradientShift 3s ease infinite;
}

.navbar:hover::before {
    opacity: 0.3;
}

.navbar:hover {
    transform: translateX(-50%) translateY(-3px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6),
                inset 0 1px 0 rgba(255, 255, 255, 0.15),
                0 0 30px rgba(241, 213, 2, 0.3);
    border-color: rgba(241, 213, 2, 0.4);
}

@keyframes navSlideIn {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(-50px) scale(0.8);
    }
    60% {
        transform: translateX(-50%) translateY(5px) scale(1.05);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
    }
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.nav-item {
    position: relative;
}

.nav-item a {
    display: block;
    color: white;
    text-align: center;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    overflow: hidden;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.nav-item a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(241, 213, 2, 0.3) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.nav-item a:hover::before {
    width: 300px;
    height: 300px;
}

.nav-item a::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #f1d502, transparent);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translateX(-50%);
    border-radius: 2px;
    box-shadow: 0 0 10px #f1d502;
}

.nav-item a:hover::after {
    width: 70%;
}

.nav-item a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.05);
    color: #f1d502;
    text-shadow: 0 0 10px rgba(241, 213, 2, 0.5),
                 0 2px 4px rgba(0, 0, 0, 0.8);
    box-shadow: 0 5px 15px rgba(241, 213, 2, 0.2);
}

.nav-item a:active {
    transform: translateY(-1px) scale(1.02);
}

/* Stagger animation for nav items */
.nav-item:nth-child(1) a {
    animation: navItemFadeIn 0.5s ease-out 0.1s backwards;
}

.nav-item:nth-child(2) a {
    animation: navItemFadeIn 0.5s ease-out 0.2s backwards;
}

.nav-item:nth-child(3) a {
    animation: navItemFadeIn 0.5s ease-out 0.3s backwards;
}

.nav-item:nth-child(4) a {
    animation: navItemFadeIn 0.5s ease-out 0.4s backwards;
}

.nav-item:nth-child(5) a {
    animation: navItemFadeIn 0.5s ease-out 0.5s backwards;
}

.nav-item:nth-child(6) a {
    animation: navItemFadeIn 0.5s ease-out 0.6s backwards;
}

@keyframes navItemFadeIn {
    from {
        opacity: 0;
        transform: scale(0.5) rotateY(90deg);
    }
    to {
        opacity: 1;
        transform: scale(1) rotateY(0deg);
    }
}

.mobile_nav {
display: none;

}

/* .dropdown-menu {
    display: none;
    background-color: #4d2704;
    position: absolute;
    top: 15px;
    left: 15px;
    margin: auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-menu a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-menu a:hover {
    background-color: #ffa51d7c;
} */

.nav-item:hover .dropdown-menu {
    display: block;
}

@media (max-width: 768px) {

    .navbar {
        position: fixed;
        top: 10px;
        left: 5px;
        right: 5px;
        transform: none;
        max-width: calc(100% - 10px);
        width: auto;
        border-radius: 20px;
        padding: 5px 10px;
        background: linear-gradient(135deg, rgba(77, 39, 4, 0.98) 0%, rgba(122, 63, 6, 0.98) 100%);
        overflow-x: auto;
        overflow-y: hidden;
    }
    
    .navbar:hover {
        transform: none;
    }
    
    .nav-list {
        flex-direction: row;
        gap: 3px;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .nav-item {
        width: auto;
        flex-shrink: 0;
    }

    .nav-item a {
        padding: 10px 15px;
        font-size: 12px;
        white-space: nowrap;
    }


    .bottom-center-container {
        right: 10px;
        left: 10px;
    }

    .dns-button-container {
        position: absolute;
        top: 10px;
        left: 10px;
    }
    .dns-button:hover {
        transition: 600ms;
    background:linear-gradient(rgba(255, 255, 255, 0.22),rgba(223, 223, 197, 0.34)) transparent;
    }
    .dns-button {
        display:inline-table;
        padding: 10px 20px;
        font-family: orbi;
        font-size: 13px;
        color: #fff;
        background-color: #4d2704;
        border-radius: 7px;
        text-decoration: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .container {
        background-color: #5350505d;
        border:solid gray;
        font-size: 10px;
        margin-top: 380px;
        margin-bottom: 30%;
        border-radius: 75%;
        filter: drop-shadow(rgba(231, 191, 12, 0.486) 0.5rem 0.5rem 1rem);
        padding: 5%;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 300px;
        z-index: 1;
        margin-top: 500px;
    }
    .FAQ {
        position: inherit;
        margin-left: 150px;
        margin-top: 200px;

    }

    .password {
        
        position: absolute;
        font-weight: bold;
        background-color: #5350505d;
        border:solid gray;
      
        border-radius: 5px;
        filter: drop-shadow(rgba(231, 191, 12, 0.486) 0.5rem 0.5rem 1rem);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 160px;


}


.bottom-center-container {
    position: absolute;
    bottom:0;
    right: 90px;
    left: 110px;
  }
  .bottom-center-button {
    /* position: absolute;
    font-family: orbi;
    bottom: 20px;
    left: 40%;
    transform: translateX(-50%);
    padding: 10px 20px;
    background-color: #4d2704;
    color: gray;
    border: solid;
    border-radius: 7px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    font-size: 15px; */
       /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 50px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgb(32, 34, 34); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */

}
.bottom-center-button:hover {
    background-color: #ffa51d7c;
    transition: background-color 0.3s ease;
}
.text_position {
    
    border: 1px solid gray;
    background-color: rgb(21, 20, 5);
    opacity: 0.6;
    color: rgb(236, 228, 228);
    letter-spacing: 5px;
    width:100%;
    bottom:100px;
    text-align:center;
    margin: 0 auto;

}


}