.folderBox { width: 100%; height: 100%; position: relative; } .file-container { border: 4px solid transparent; position: relative; margin-left: 3%; margin-top: 3rem; width: 94%; min-height: 300px; height: 75%; } .fileButton { position: absolute; margin-top: -3rem; display: flex; flex-direction: row; align-items: center; } .fileButton label { margin-left: 10px; } .dottedClass { border: 4px dotted white; border-radius: 25px; } .hidden { visibility: hidden; } .file { position: absolute; width: 100%; height: 100%; opacity: 0; } .file input { border-radius: 4px; margin-top: -15px; width: 100%; height: 100%; } .icon-display { position: absolute; top: 45%; left: 50%; transform: translate(-50%, -50%) scale(4); } .bottomBar { width: 50%; margin: 1rem; align-items: flex-start; } #bottomButton { background-color: var(--ns-bg-dark-100); width: 10%; height: 65%; }