@font-face{
    font-family: 'Metropolis-Black';
    src: url('../fonts/Metropolis-Black.otf') format('truetype');
}       
@font-face{
    font-family: 'Metropolis-Medium';
    src: url('../fonts/Metropolis-Medium.otf') format('truetype');
}
 #hero-section {
            position: relative;
            min-height: 100vh;
        }

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    height: 100%;
    z-index: -1;
}

#hero-section>.container {
    position: relative;
    z-index: 1;
}

#top-text {
    font-size: 50px;
    color: #ef1414;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.participant-card {
    border-radius: 12px;
    transition: 0.25s;
}

.participant-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.pagination .page-link {
    background: red;
    margin-right: auto;
    color: white;
    border: none;
    font-weight: 600;
}
.pagination .page-link:hover {
    background: #c40000;
    color: white;
}

.pagination .active .page-link {
    background: white;
    color: black;
}

.btn-vote-1 {
    background-color: #b20f0f;
    color: white;
    display: inline-block;
    padding: 0px 20px;
    border-radius: 8px;
    font-weight: 600;
}

.leaderboard-text {
    color: #b20f0f;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    font-family: 'metropolis-black';
}

.top-5 {
    background-color: #b20f0f;
    color: white;
    font-size: 12px;
    padding: 1px 10px;
    font-weight: 600;
    border-radius: 30px;
    font-family: 'metropolis-black';
}
 .font-style-nickname{
     font-family: 'Metropolis-Black';
 }
 .font-style-mayor{
    font-family: 'Metropolis-Medium';
}
    @media screen and (max-width:768px) {
        #top-text {
            font-size: 30px;
            color: #ef1414;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

        }     