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

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

#alsoran img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}
h1 {
    color: #02040d;
    text-align: center;
    letter-spacing: 2px;
    font-size: 4rem;
    text-shadow: 5px 8px #d8be54;
}

