.ui.modal>.close {
    /* cursor: pointer;
    position: absolute; */

     /*To avoid having the x outside the window when it is in desktop size */
    top: 0.5rem;
    right: 0.5rem;

    /* z-index: 1;
    opacity: .8;
    font-size: 1.25em; */

    color: #000;

    width: 2.25rem;
    height: 2.25rem;
    padding: .625rem 0 0 0;
}