@charset "UTF-8";
body{
  background-color: #11113B;
  font-family: 'Roboto', sans-serif;
}
h1{
  color: white;
  font-size: 1.9em;
  font-weight: 100;
}
h2{
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6em;
  font-weight: 100;
}
header{
  margin: 50px 10px 10px 100px;
}
button{
  background-color: #F15A3C;
  color: white;
  font-size: 1.2em;
  border: none;
  display: inline-block;
}
button a{
  color: white;
  font-size: 1.2em;
  text-decoration: none;
}

a:link, a:visited {
  font-family: 'Roboto', sans-serif;
  background-color: #F15A3C;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
}

a:hover, a:active {
  background-color: #747C92;
}
nav{
  margin: 50px 10px 50px 100px;
}
div{
  width:100%;
  height: auto;
  float: left;
  margin-left: 7%
}
