/*
Theme Name: Kolin
Theme URI: https://example.com/kolin
Author: ChatGPT
Description: Tema de mantenimiento con fondo animado y efectos de agua.
Version: 1.0
License: GPLv2 or later
Text Domain: kolin
*/
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
  background: #fff;
  color: #333;
}
canvas#bgCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.container {
  text-align: center;
  margin-top: 20vh;
}
.logo img {
  max-width: 150px;
}
.title {
  font-size: 2.5rem;
  font-weight: bold;
}
.description {
  font-size: 1.2rem;
  margin-top: 0.5em;
}
.socials a {
  margin: 0 10px;
  display: inline-block;
  color: #000;
}
