#intro {
  position: fixed;
  bottom: 2rem;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
body {
  background-color: rgb(206, 206, 206);
}
#karmashid {
  position: fixed;
  bottom: 0.3rem;
  left: 0;
  width: 100%;
  height: auto;
  align-items: center;
  display: flex;
  justify-content: center;
  
}
#karmashid a {
 font-size: 3rem;
 
  
}