
  .alert{
    position: fixed;
    z-index: 9999;
    margin-top: 30px;
    margin-left: 3%;
    width: 94%;
    background-color: #d2b48c;
    border-color: #d2b48c;
    font-weight: 900;
    color: #000;
  }

  .alert > span{
    float: right;
    font-weight: 900;
    cursor: pointer;
  }