/* input type text */

nav{
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 10px 10px 10px 10px;
   margin-bottom: 10%;
   border-bottom: 1px solid #af101a;
   background-color: #af101a;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1;
}


input {
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}