body {
      margin: 0;
      font-family: "Segoe UI", sans-serif;
      background-color: #000000;
      color: #eeeeee;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      flex-direction: column;
      text-align: center;
    }
    h1 {
      font-size: 6rem;
      margin: 0;
      color: #e74c3c;
    }
    h2 {
      margin: 0;
      font-weight: normal;
	  padding:5px;
    }
    p {
      margin-top: 1rem;
    }
    button {
      display: inline-block;
      margin-top: 2rem;
      padding: 0.5rem;
	  border: none;
      background-color: #3498db;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
    }
	input{
		padding: 0.5rem;
	}
    button:hover {
      background-color: #2980b9;
    }

    .text-dark{color: #749cbf !important;}