/* Contents
---------------------------------
- General Content
- Typography
- Header & Navigation
- Images & Media
- Footer
- Media Queries
----------------------------------*/

/* General Content
_________________________________ */

body{background-color: black;}



ul {
  text-align: left;
    position: right;
    top: 0;
    width: 100%;
}

ul {

    list-style-type: none;
    margin: 5;
    padding: 0;
    overflow: hidden;
    background-color: #338DFF;
}

li {
    float: centre;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

a{
  float: left;
  font-family: Roboto;
}

a1{
  float: right;
}

li a:hover {
    background-color: #9DC3EC;

}

/* Typography
_____________________________________ */

 h1{
   color: White;
   font-family: 'Roboto';
   font-size: 40px;
   text-align: center;
}
h2{
  color: White;
  font-family: 'Roboto';
  font-size: 40px;
  text-align: center;
}
h3{
  color: White;
  font-family: 'Roboto';
  font-size: 40px;
  text-align: center;
}
h4{
  color: White;
  font-family: 'Roboto';
  font-size: 40px;
  text-align: center;
}
h5{
  color: White;
  font-family: 'Roboto';
  font-size: 40px;
  text-align: center;
}
h6{
  color: White;
  font-family: 'Roboto';
  font-size: 40px;
  text-align: center;
}

p {
  color: White;
  font-family: 'Russo One', sans-serif;
  font-size: 100px;
  text-align: center;
  border-style: solid;
  border-color: white;
}

/* Header & Navigation
____________________________________ */
/* Images & Media
____________________________________ */
img{
  display: block;
    margin: 0 auto;
  border-radius: 400px;
  border: 3px solid #338DFF;

}
img:hover{opacity: 0.5;}



/* Footer
______________________________________*/

/* Media Queries
______________________________________*/
