
* {
    box-sizing: border-box;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

.not-found-ct {
    color: #ffffff;
    font-family: 'proxima-nova';
    background: #111021;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    line-height: 1.5;
}

.not-found-ct h2 {
    font-size: 30px;
    font-size: 140px;
}

.not-found-ct p:first-of-type {
    font-weight: bold;
}

.not-found-ct p {
    font-size: 30px;
    font-size: 24px;
}

.not-found-ct a {
    font-size: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    color: #111021;
    text-decoration: none;
    padding: 7px;
    font-weight: 600;
    margin-top: 5px;
}

.not-found-ct a:visited {
    color: #111021;
}

.report-bug-btn {
    text-decoration: underline;
    cursor: pointer;
}

.not-found-ct .report-bug-overlay.show {
    background: rgba(0, 0, 0, 0.3);
}