/* Path: Dapp/DAPP_AGNR_LOTTO/spa/vue_component/custom.css */ #overlay { position: fixed; display: block; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, .3); z-index: 2; cursor: default; } .scrollable { height: 100vh; overflow-y: scroll; } .hero-image { background-color: #0d0b13; height: auto; background-position: center; background-repeat: no-repeat; background-size:cover; opacity: 0.9; } .bkgnd { background-image: url(./space_4_sm_fq.webp); background-repeat: no-repeat; background-size: cover; background-position: 55% 85%; background-attachment: fixed; } .mimg { width: 40%; height: 100%; } .hdd { font-size: small; } a { color: #ccfdc2; } a:hover { color: #59e1f3; }