button {
    background-color: #232323cc;
    color: white;
    border: none;
    padding: 7px 15px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 8px;
  }
  
  button:hover {
    background-color: #302f2fcc;
  }