#headerborder{
  
  border-spacing: 20px 0px;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  position: fixed;
  background-color: #190783;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

#header{
  background-color: #141e73;;
color: rgb(255, 255, 255);
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: large;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-style: none;
border-radius: 5%;
position: sticky;
}

#header:hover{
  background-image:linear-gradient(#141e73, #000000);
}

#logo{
  position: fixed;
}

#logotext{
  position: fixed;
  z-index: 1;
  left: 125px;
  top:10px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

@media only screen and (max-width: 1325px) {
  #logotext {
    display:none ;
  }
  #logo {
    display:none ;
  }
}

#lemon{
  position: absolute;
 top: 500px;
 left: 200px;
 right:200px;
 bottom: 500px;
z-index: -1;
}