#alsoran {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
    font-size: 2rem;
    justify-content: center;
    margin: 0 auto;
}

#alsoran li {
    text-align: center;
    margin: 10px;
    padding: 20px;
}

#alsoran img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    display: flex;
}

h1 {
    color: #02040d;
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    font-size: 4rem;
    text-shadow: 5px 8px #d8be54;
    display: flex;
}

body {
    font-family: Tahoma, sans-serif;
    display: flex;
}

div {

    margin: 0 auto;
    padding: 20px 20px 20px;
    border-radius: 20px;

}