
body,h1 {font-family: "Raleway", sans-serif}

body, html {height: 100%}

.bgimg {
  background-image: url('images/background.jpg');
  min-height: 100%;
/*  background-position: center;*/
  background-size: cover;
}

button {
  background-color: #666666;
  opacity: 0.8; 
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius:12px;
}
