head {
    display: flex;
  height: 0px;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: solid 0px;
}

body {
    background-image: url(/images/Welcom.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 200vh;
    margin: 0;
    display: grid;
    min-height: 100vh;
    
    justify-content: center;
    align-items: center;
    text-align: center;
}

#wrapper {
    padding: 100px;
    height: 500px;
    border: solid 5px ;
    margin: 50px;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.heads {
    backdrop-filter: blur(10px); 
    padding: 5px;
    border: solid 2px;
    margin: 10px;
    
}

footer {
    padding: 0px;
    border: solid 3px;
    margin: 3px;
    justify-content: center;
    justify-items: center;
    width: 300px;
    display: flex;
        
    

}
.glitch {
    display: grid;
    justify-content:center;
    align-items:center;

}

