* { box-sizing: border-box; } .debug-info{ display: none; } :root{ --color1: #EDE7DC; --color2: #F2F1F0; --color3: #C0C0C0; --color4: #6C6A61; --btn-color-active: #264c4f; --btn-color: #3c797d; --btn-border: #ada8a5; --font-btn: white; } .page-content{ width: 100vw; height: 100vh; background-color: var(--color1); top: 50vh; left: 50vw; transform: translate(-50%,-50%); position: absolute; display: flex; flex-direction: column; justify-content: center; align-items: center; overflow: hidden; } .bluebold { font-weight: bold; color: navy; display: inline-block; } .center-msg { top: 50vh; left: 50vw; translate: -50% -50%; position: fixed; width: 30vw; text-align: center; } .center-msg * { margin-top: 10px; } .text-container { font-size: 1.05em; margin: 5vw; } .UvA-logo { width: 15vw; margin-left: 2vh; } .btn-primary { border: 1px solid var(--btn-border); background-color: var(--btn-color); color: var(--font-btn); font-weight: bold; padding: 5px 10px; } .btn-primary:hover, .btn-primary:active { border: 1px solid var(--color4); background-color: var(--btn-color-active); } .msg-list { list-style-type: none }