body {
  background-image: url('media/bg-v1.png');
  background-size: 150px; 
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: sans-serif, Helvetica, sans-serif;
  height: 100vh;
  padding: 30px;
}

.intro {
  background-color: transparent;
}

h1{
  font-family: Georgia, Helvetica, sans-serif;
}

.liquid-glass {
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: white;
  margin-bottom: 20px;}