*{
    margin:0;
    border:0;
    padding:0;
    outline:none;
}
body{
  
     background-color: #0e0630;
     font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;

}
#noise{
    filter: url(#noisesvg);
    position:fixed;
    top:0;
    width:100%;
    height:1400px;
    mix-blend-mode: overlay;

}
#content{
    position:absolute;
    width:100%;
    top:0;
}
#logo_box{
    width:100%;
    position:relative;

}
#logo_svg{
    width:100%;
    position:absolute;
    display: flex;
    justify-content: center;
}
#logo{
    width:35%;

}
#sky{
    background-color: #270a9b;
    background: linear-gradient(148deg,rgba(67, 180, 224, 1) 0%, rgba(17, 245, 230, 1) 42%, rgba(237, 221, 83, 1) 89%, rgba(255, 116, 74, 1) 100%);
    mix-blend-mode: overlay;
    width:100%;
    height:580px;
}
#textes{
    font-size:15px;
    width:50%;
    margin:0 auto;
    color:white;
}
h1{
    filter: blur(2px);
    font-size:45px;
}
p{
      font-size:20px;
}
p.ar{
    text-align: right;
}

@media screen and (max-width : 720px) {
    #logo{
        width:85%;
    }
    #sky{
        height:400px;
    }
}