#alsoran2 #alsoran3 #alsoran {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 40;
    font-size: 5rem;

}



#alsoran img,
#alsoran2 img,
#alsoran3 img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}



h1 {
    color: #030e3e;
    text-align: center;
    letter-spacing: 2px;
    font-size: 4rem;
    text-shadow: 15px 10px 10px #8e8e8e;

}


/* new code*/
.candidates-container {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;


}

.candidate {
    text-align: center;

}


.prevBtn,
.nextBtn {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #1b9ad9;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.prevBtn:hover,
.nextBtn:hover {
    background-color: #de2c11;
}

.bg {

    background: #466368;
    background: linear-gradient(to right bottom, #648880, #293f50);

}