#mainimg {
    display: flex;
    justify-content: center;
    align-items: center;
}

#mainimg > img {
    width: 300px;
    height: 300px;

    border-radius: 10px;
}

#mainimg > button {
    width: 40px;
    height: 40px;
    background-color: rgb(55,53,53);
    color:white;

    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    font-weight: bold;
    font-size: 20px;
}