section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    margin: 0;
    padding: 0;
}
.mainImg > img{
    height: 300px;
    width: 300px;
    
}

.mainImg > button{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    height: 50px;
    width: 50px;
    border-radius: 50%;

    background-color: black;
    font-size: 20px;
    font-weight: bold;

    /* text-align: center; */
}

.mainImg > i{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    height: 50px;
    width: 50px;
    border-radius: 50%;

    background-color: black;
    font-size: 20px;
    font-weight: bold;
    color: white;
    /* text-align: center; */
}