#spot_container {
    width: 100%;
}

#spot_row1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#spot_row2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

#spot img {
    width: 362px;
    height: 50%;
}

.radius_bottom {
    border-radius: 0 0 16px 16px;
}

.radius_top {
    border-radius: 16px 16px 0 0;
}

.spot_card {
    width: 362px;
    height: 481px;
    background-color: #f0f0f0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 16px;
}

.spot_card div {
    padding: 20px;
    height: 50%;
}

.spot_card h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.spot_card span {
    font-size: 18px;
    opacity: 0.5;
}