section,
#fullscr {
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.3);
}
header ul{
  background-image: linear-gradient(to bottom right, rgba(255,255,255,0.3), rgba(255,255,255,0.5));
  backdrop-filter: blur(5px);
}
/* .sec-bg {
  filter: blur(5px) saturate(150%);
  position: relative;
  z-index: -1;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
} */
body {
  color: black;
}
button,
input {
  background-color: white;
  border: 2px solid white;
}
/* input:active{
    border: 2px solid black;
} */
section:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
button:hover,
input:hover {
  border: 2px solid rgba(0, 140, 186, 0.5);
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
} /*
header:hover{
    border-bottom: 4px solid white;
    background-color: rgba(255, 255, 255, 0.5);
}*/
section:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.link:link,
.link:active,
.link:visited {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.link:hover {
  color: black;
  text-decoration: underline;
  cursor: pointer;
}
