h1, p {
  color: white;
  font-family: sans-serif;
  text-align: center;

}

/* Style the button */
button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  
}

.loggin-button {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.loggin-button:hover {
  background-color: #5CF329;
}