/* General Styles */
*, ::after, ::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: white;
}

.editthispage {
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: #1B9DD9;
    z-index: 10000000000;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-family: arial;
}

.editthispage:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
    /*     max-height:100%; */
    /* object-fit:cover; */
}

.error404 #content {
    text-align: center;
    font-family: var(--wpt-primary-font);
}

.error404 #content a {
    color: var(--wpt-primary-colour);
}

.error404 #content p {
    font-size: 1em
}

.error404 #content h1 {
    font-size: 3em;
    font-family: var(--wpt-headings-secondary-font);
    color: var(--wpt-primary-colour);
}
