.homePictureContainer{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;overflow:hidden;z-index:-1}.homePicture{object-fit:cover}.home-content{display:flex;height:100%;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.home-content h1{font-size:clamp(2rem,2vw + 1rem,3rem);color:#000;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1rem;border:2px solid hsla(0,0%,100%,.18)}.home-content .buttons-div{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem}