.modalBackground display: block position: fixed z-index: 1000 left: 0 top: 0 width: 100% height: 100% overflow: auto background-color: #000 background-color: rgba(0,0,0,0.4) .modalContent background-color: #fefefe border: 1px solid #888 position: fixed top: 50% left: 50% transform: translate(-50%, -50%) .modalClose color: #aaa float: right font-size: 28px font-weight: 800 .modalClose:hover, modalClose.focus color: black text-decoration: none cursor: pointer