* {
    box-sizing: border-box;
    margin: 0;
}

body {
    text-align: center;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.error {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.error h1 {
    color: red;
    font-size: 150px;
}

.error p, .error p a {
    font-size: 25px;
    text-decoration: none;
    color: black;
    margin-top: 1.5em;
}

.error p a:hover {
    text-decoration: underline;
    color: red;
}

.error p span {
    font-weight: bolder;
    color: red;
    font-size: 30px;
}

.error p .phishingLink {
    font-size: 25px;
}