@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Orbitron:400,500);
@import url(https://fonts.googleapis.com/css?family=BenchNine);
@import url(https://fonts.googleapis.com/css?family=Poppins:500,600,700,400);



body {
    background-color: #acbff4;
    font-family: sans-serif;
    margin: 5em;
 padding: 2em 2em 4em;
    max-width: 800px;
}


h1{
    font-family: "Orbitron";
    font-weight: 700;
    color: crimson
    
}
p{
    font-family: "BenchNine";
    font-weight: 300;
    color: black
}

h4{font-family: "BenchNine";
    font-stretch:condensed;
    color: black;
   font-weight: 500;
    font-size: 18px;
    
    
}
nav li{
    color: #fafafa;
    font-weight: 400;
    font-family: "BenchNine";
    max-width: 200px;
    
    
}
a{
    font-family: "Poppins";
    font-weight: 400;
}
h5{
    display: block;
    font-family: "BenchNine";
    font-size: 18px;
    border-bottom-color: brown;
    
    
}
p1{
    font-family: "BenchNine";
    font-weight: 300;
        color:#fafafa;
    font-size: 16px
}

footer{
    font-family: "BenchNine";
    border-bottom-style: dotted;
    font-size: 12px;
    margin: 10px
    
}
h2{
    font-family: "Poppins";
    padding: 10px;
  font-size: 30px;
    color: #fafafa;

    
}
p{
    font-family: "BenchNine";
    padding: 1px;
    align-content:flex-start;
    font-size: 20px;
    
}
li{
    color: aliceblue;
    font-size: 18px;
    font-family: "BenchNine";
}
ul li{
    font-size: 13px;
    font-family: "BenchNine";
  padding: 10px;
    margin: 2px;
}