.container{ width: 100vw; height: 100vh; } .loading{ color: #feffff; } .box{ position: relative; &-bg{ position: absolute; top: 0; height: 10%; background-color: #212529; width: 100%; z-index: 0; } padding: 0 1rem; height: 80%; width: 50vmax; background-color: #3d3c3c; box-shadow: 0 0 10px 3px #ff7b00; display: flex; flex-direction: column; align-items: center; color: #feffff; &-title{ z-index: 5; &-text{ white-space: nowrap; overflow: hidden !important; text-overflow: ellipsis; display: inline-block; width: 100%; } height: 10%; background-color: #212529; font-weight: bold; text-align: center; width: 100%; } &-content{ font-size: 200%; height: 80%; text-align: center; width: 100%; overflow-wrap: break-word; word-break: break-all; } &-misc{ text-align: center; height: 10%; display: flex; justify-content: space-between; align-items: flex-start; width: 100%; &-item{ margin: 0 1rem; } } } .text-bold{ border-bottom: 5px solid #ff7b00 ; font-weight: bold; font-size: 110%; }