nav {
    background-color: #f3e7e7;
    height: 70px;
    width: 100000px;
    margin-left: -13px;
    margin-top: -13px;
  }
  
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  li {
    float: left;
  }
  
  a {
    display: block;
    color: rgb(108, 98, 247);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 47px;
    font-family: 'pow',sans-serif;
  }
  
  a:hover {
    background-color: #7d98f0;
    color: aqua;
    transition: 0.2s;
    border-radius: 15px;
    height: 40px;
  }

  img {
    position: relative; top: 00px;
    left: -60px;
  }

  body {
    background-color: rgb(80, 80, 104);
    color: rgb(255, 255, 255);
    font-size: larger;
    overflow-x: hidden;
}

@font-face {
  font-family: 'pow';
  src: url(fonts/pah.ttf);
}