@import url('https://fonts.googleapis.com/css2?family=Dongle:wght@300&display=swap');



#prenav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    height: 43px;
    font-family: 'Dongle', sans-serif;
  }
  
  #li3 {
    float: left;
  }
  
  #li3 a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  #li3 a:hover {
    background-color: #111;
  }

  .image{
    display: flex;
    justify-content: end;
}

.prehead{
    display: flex;
    font-family: 'Dongle', sans-serif;
    font-size: 42px;
    font-weight: 500;
    text-decoration: underline;
    margin: 0 12px;
    color: red
}

  .arti1{
      display: flex;
      font-family: 'Dongle', sans-serif;
      margin: 0 12px;
      font-size: 26px;
      color: firebrick
  }

/* css written by rehxn yt
im a begginer  */