#alert-div {    display: none;    background-color: yellow;    border: 1px solid black;    padding: 10px;    width: fit-content;    text-align: center;    margin: auto;    margin-bottom: 10px;}#alert-span {    font-weight: bold;    font-size: 12pt;    color: black;}