body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000;
}

.slideshow {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}

.slideshow-container {
    position: relative;
    max-width: 50%;
    margin: auto;
}

.mySlides {
    display: none;
}

img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

h2 {
    margin: 20px 0;
    color: white;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

.htb-right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.base-circle-wrap {
    position: relative;
}

.htb-circle-1 {
    width: 900px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
}

.htb-circle-dashes {
    width: 600px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
}

.circle-glued-coins .gc-2 {
    width: 450px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
}

.circle-glued-coins .gc-3 {
    width: 350px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
}

.front-coins-holder .bc-2 {
    width: 600px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
}

.front-coins-holder .bc-3 {
    width: 380px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
}

