// Error Page Use Only .error-page{ background-color: $main-blue; position: absolute; height: 100%; width: 100%; .error-container{ width: 985px; position: absolute; z-index: 10; height: 345px; top: 50%; left: 50%; margin-top: -172.5px; margin-left: -442.5px; .er-left{ width: 307px; float: left; } .er-right{ width: 675px; float: right; text-align: center; margin-top: 30px; h1{ font-size: 113px; font-weight: bold; color: $white; text-transform: uppercase; } h3{ font-size: 32px; font-weight: bold; color: $white; text-transform: uppercase; } p{ font-size: 17px; color: #f0e67b; margin: 30px 0; a{ color: #f0e67b; } } } } }