@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,300);
@import url(https://fonts.googleapis.com/css?family=Squada+One);
@import url(https://fonts.googleapis.com/css?family=Arvo);

h1 {
  font-family: 'Open Sans', sans-serif;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: white 3px 2px 0;
  position: relative;
  text-align:center;
}

h1:hover{
  font-family:'Open Sans', sans-serif;
  font-style:italic;
  color:white;
  text-shadow:pink 3px 2px 0;
  position: relative;
  text-align:center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -3px;
}
body{
    background-color:black;
}
.container_center-div{
    text-align:center;
}

p{
    color: grey;
}

img{
    background-image: url("pictures/intrepid.jpg");
    width: 100%;
}

.container_center-div{
    margin: 0 auto;
}
