/* 
  Style.css file is linked in the header template, therefore
  it is applied to every page of our application.
  Write some style to begin.
*/
body {
  background-color: #2c3134
}

.invite-div {
  margin-top: 30px;
  text-align: center;
  z-index: 1000;
}

.invite-btn {
  color: white;
  font-size: 24px;
  text-align: center;
  padding: 10 10 10 10;
  border: white;
  border-style: solid;
  border-width: 4px;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
}

.invite-btn:hover {
  text-decoration: none;
  color: white;
  border-width: 8px;
}