body{
  background: url("images/background.jpg") fixed no-repeat;
  background-size: 100%;
}

h1{
font-family: 'Amatic SC', cursive;
font-size: 80px;
text-align: center;
text-shadow: 3px 4px 1px #fbe9d1;
}

#header{
  background-image: url("images/drive.jpg");
  background-position: center;
  text-align: center;
  padding-top: 5%;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 5%;
}

.subtitle{
text-align: center;
font-size: 25px;
}

#header a{
  color: black;
  font-size: 35px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #fbe9d1;
}

#header a:hover{
  color: grey;
}

h2{
  font-size: 40px;
  font-family: 'Shadows Into Light', cursive;
}

p {
  font-size: 20px;
  font-family: 'Shadows Into Light', cursive;
}

.briefcase {
  color: #636363;
}


.heart {
color: #f76154
}

.diamond {
color: #64b7b7
}

.laptop {
color: #14a4e3
}

#footer a {
  margin-left: 300px;
  padding: 30px;
  background: rgb(30, 30, 30);
  color: lightgrey;
}

#footer a:hover {
  color: grey;
}

.text-center{
  background-color:white;
border: 1px solid black;
box-shadow: 3px 3px 3px grey;
width: 210px;
border-radius: 10px;
margin-top: 50px;
margin-bottom: 50px;
padding-left: 30px;
padding-right: 30px;
}
