

#flag {
width:500px;
 height:500px;
}
#particleFrame {
  position: fixed;
  top: 0%;
  left: 0%;
  min-height: 100vh;
  min-width: 100%;
  z-index: -1000;
  background-color: transparent;
  border: transparent;
}
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000000;
  color: white;
  padding: 8px;
  z-index: 100;
}
.skip-link:focus {
  top: 0;
}
.navbar {
  clip-path: polygon(0 0, 100% 0%,100% 50%, 96% 100%, 0% 100%);
  border-radius: 0px 0px 10px 0px;
  background-color: rgba(255, 255, 255, 0.1);  
  background-image: url(drawing.svg);
  background-repeat: no-repeat;
  background-size: cover;
position: fixed;
top: 0px;
width: 100vw;
height: 70px;
line-height: 70px;
left: 0px;
font-size: 40px;
  animation-duration: 2s;
        animation-timing-function: ease-in-out;
        animation-delay: 1s;
        animation-iteration-count: 1;
        animation-name: slideInTop;
        z-index: 10;
}
body {
    color:white;
    background-image: url("bg.svg");
    background-position:50% 50%;
   background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: fixed;
} 
a {
    color: white;
    text-decoration: none;
}
.header {
    align-self: center;
    font-size: 40px;
    display: flex;   
    flex-flow:row;
  justify-content: center;
}
.blur {
  background-color: rgba(143, 143, 143, 0.05);
  border-radius: 8px;
  background-image: url(drawing.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  /*width: -moz-fit-content;
  width: fit-content;*/
  align-self: center;
}
#main {
  align-items: center;
  height: 68vh;
  justify-content: center;
  animation: rotateAS;
  animation-iteration-count: 1;
  animation-duration: 2s;
}
.header span {
    align-items: center;
    text-align: center;
    width: 46vw;
    font-size: 20px;
    font-weight: (100/10)vw;
    line-height: 80%;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px;
  background-color: rgba(143, 143, 143, 0.05);
  border-radius: 10px;
  z-index: 0;
}
canvas{
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
  }
  .border h1{
    font-size: 80px;
  }
 /* .border{
    --angle: 0deg;
    border: 1px solid;
    border-image: linear-gradient(var(--angle),#ff0000, #ffff00,#00ff00,#00ffff,#0000ff) 1;
    text-align: center;
    animation: 10s rotate linear infinite;
    align-items: center;
    text-align: center;
  }
  @property --angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
  }*/
  .border{
    position: relative;
  }
  .border::before {
    animation-delay: 8s;
  animation: 10s rotate linear infinite;
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius:10px; 
  padding:1px; 
  background:linear-gradient(35deg,hsl(45, 100%, 50%),hsl(90, 100%, 50%),hsl(135, 100%, 50%),hsl(180, 100%, 50%),hsl(225, 100%, 50%),hsl(270, 100%, 50%),hsl(315, 100%, 50%),hsl(360, 100%, 50%)); 
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out; 
  mask-composite: exclude; 
}
 
 
  
