@import url(reset.css);

ul {
    list-style-type: none;
    overflow: hidden;
    color: gray;
}
  
li {
    float: right;

  }
  
li a {
    display: block;
    margin: 50px;
    background-color: #dddddd;
    text-decoration: none;  
    color: black;
}
footer {
    text-align: center;
}
nav {
    position: fixed;
    right: 0;
}
iframe {
    margin-top: 100px;
    margin-bottom: 160px;
}
h1 {
    font-size: 50px;
}
body {
    background-color: #f5b13a;
}