@charset "UTF-8";

body {
  height: 100%;
  width: 100%;
  background-image: url("../img/backgrounds/tenpixel-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.glass {
background: rgba(93, 183, 197, 0.28);
border-radius: 8px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5.1px);
-webkit-backdrop-filter: blur(5.1px);
}
