@font-face { font-family: points; src: url(../fonts/AC1-SemiLightDots.ttf); } body { max-width: 100vw; background-color: blue; color: white; font-family: Arial, Helvetica, sans-serif; } h1 { font-family: points; font-size: 60px; color: white; } button { user-select: none; display: inline-block; padding: 3px 1em; color: currentColor; font-weight: var(--bold); text-decoration: none; margin-bottom: 4px; background-color: rgba(0, 0, 0, 0); } .draggable { display: none; position: absolute; border: 2px white solid; background: black; -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0.49); box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0.49); } .draggable p, .draggable li, .draggable ul { color: white; list-style: none; } .draggable li::before { content: "💾 "; } .resizable { width: 350px; height: 650px; padding: 0.5em 1.5em; } .resizable p { font-size: 18px; } .resizable h1 { font-size: 35px; } .closable { position: absolute; top: 0; right: 0; cursor: pointer; width: 38px; } /* .closable button { width: 35px; height: 30px; } */ .hover { font-weight: bolder; } .icon { width: 70px; height: 70px; border: none; z-index: 1; font-size: 30px; cursor: pointer; /* font-size: 50px ; */ } .icon:hover { font-size: 35px; } #bar{ z-index: 10; position: fixed; bottom: 0; left: 0; width: 100%; height: 5%; border: solid 2px white; background-color: rgba(19, 19, 156, .9); } #colophon{ margin: auto; width: 50%; /* position: fixed; */ z-index: 5; background-color: white; color: black; border: solid 2px blue; display: none; padding: 1% 5%; } #colophon h1{ color: blue; } .bottoneCose{ width: 10%; height: 100%; } .bottoneCose:active{ background-color: rgb(113, 113, 226); } .clicked{ background-color: white; color: blue; } .visible { display: inline; }