body, html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 10px;
	background-color: #000;
	color: #e5e5e5;
}

h1 {
    font-size: 5rem;
    letter-spacing: 0.2rem;
    font-weight: 900;
    /*font-family: 'script';*/
}

.section {
    padding: 8rem 0 7rem;
    text-align: center;
}

.button.button-primary, 
button.button-primary, 
input[type="submit"].button-primary, 
input[type="reset"].button-primary, 
input[type="button"].button-primary {
    color: #000;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #e5e5e5;
  background-color: #000;
  border-color: #000; 
  text-decoration: none;
}


a {
	color: #e5e5e5;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #e5e5e5;
	font-weight: bold;
	text-decoration: underline;
}