@import './reset.css';

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  /*font-weight: normal;*/
}

body {
  background-color: LightSteelBlue;
  font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif;
}

a {
  text-decoration: none;
}

#home {
  width: 100vw;
  height: 100vh;
  background: url('./050701-030.jpg') no-repeat;
  background-size: cover;
  display: grid;
  justify-content: center;
  align-content: center;
}

#home h1 {
  font-size: 4rem;
  font-weight: 900;
  color: lightgrey;
  margin-bottom: 40vh;
}
