/** Show Todos */ body{ background-color: lightgray; user-select: none } #holder{ position: absolute; margin: auto; width: 75%; height: 50%; top: 0; bottom: 0; left: 0; right: 0; background-color: teal; border-radius: 0.5rem; box-shadow: 5px 5px 15px #555; color: white; overflow-y: scroll; }