body { background: white; font-family: Open Sans, sans-serif; color: black; }

.webgl-content * {border: 0; margin: 0; padding: 0;}
.webgl-content {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: 100%; min-width: 1000px; min-height: 625px;}

.webgl-content .logo, .progress {position: absolute; left: 50%; top: 45%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.webgl-content .logo {background: url('progressLogo.Light.png') no-repeat center / contain; width: 300px; height: 200px;}
.webgl-content .progress {height: 18px; width: 141px; margin-top: 150px;}
.webgl-content .progress .empty {background: url('progressEmpty.Light.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block;}
.webgl-content .progress .full {background: url('progressFull.Light.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block;}

.webgl-content .logo.Dark {background-image: url('progressLogo.Dark.png');}
.webgl-content .progress.Dark .empty {background-image: url('progressEmpty.Dark.png');}
.webgl-content .progress.Dark .full {background-image: url('progressFull.Dark.png');}

.title {  float: center; text-align: center; position: relative; }

.logo { margin: 0px auto 0px auto; background: url('cengage-logo-horizontal-rgb.svg') no-repeat center / contain; width: 600px; height: 160px; }

.user-info span { float: right; }
.user-info a { text-decoration: none; color: black; }
.user-info a:hover { color: #0a50a5; }

.buttonContainer { text-align: center; margin-top: 50px; }
.button { background-color: white; border: solid medium black; font-size: 30px; color: black; border-radius: 5px; text-decoration: none; padding: 12px; }
.button:hover { background-color: white; border: solid medium #0a50a5; color: #0a50a5; }

.sunset { align-content: center; margin-left: auto; margin-right: auto; width: 640px; }
.sunset h1 { font-weight: 600; font-size: 48px; line-height: 56px; color: #003865; }
.sunset p { font-weight: 400; font-size: 1em; line-height: 1.5em; color: #3f3f3f; }
