/** * SPDX-License-Identifier: ISC * * Copyright (C) 2019 rsiddharth * * This file is part of nfsw. */ @font-face { font-family: roboto-black; src: url('/static/fonts/roboto-black.ttf'); } @font-face { font-family: roboto-regular; src: url('./fonts/roboto-regular.ttf'); } body { background-color: rgb(0, 0, 0); color: rgb(250, 250, 250); } .epilogue-wrapper { display: none; } .epilogue-grid, .noscript-grid { display: grid; grid-template-rows: 29vh 160px 29vh; grid-template-columns: auto 300px auto; } .epilogue-grid-item, .noscript-grid-item { grid-column-start: 2; grid-column-end: 3; grid-row-start: 2; grid-row-end: 3; } .epilogue-content { font-family: roboto-black; text-align: center; } .epilogue-content header h1 { font-size: 75px; margin-bottom: 10px; } .epilogue-content header h2 { font-size: 20px; }