@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;400;600;700;900&display=swap');

html {
	height: 100%
}

body{
    display: grid;
    max-width: 800px;
    margin: 0 auto;
	background: url('../images/bckgrnd.jpg') repeat center center fixed ;
	font-family: 'Raleway', sans-serif;
	background-size: cover;
	
	
}
.button {
  border: none;
  color: red;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight:700;
  margin: 4px 2px;
  text-transform: uppercase;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 26px;
 }

.button1 {
  background-color: white; 
  color: #048ed2; 
  border: 2px solid #048ed2;
  text-align: center;
  text-decoration: none;
  width:300px;
  margin: 0 auto;
}

.button1:hover {
  background-color: #048ed2;
  color: white;
}
span {
    color: #048ed2;
}
h1{
    text-align: center;
	text-transform: uppercase;
	padding-top:80px;
	padding-bottom:80px;
	line-height:1,2;
	font-weight:700;
	font-size: 40px;
	color: #fff;
	text-shadow: 0 8px 8px #000;
}
