.error{
    margin-top: 15vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.error h1{
    font-weight: 900;
    font-size: 25vh;
    background: url("../images/istockphoto-157639696-612x612.jpg") no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
    background-clip: text;
}

.error h2{
    font-weight: 700;
    margin-top: 1vh;
    text-align: center;
}

.error p{
    margin-top: 1vh;
    text-align: center;
}

.error a{
    margin-top: 3vh;
    text-decoration: none;
    text-transform: uppercase;
    background: #0046d5;
    padding: 2vh;
    border-radius: 50px;
    color: #f8f9fa;
    box-shadow: 0px 4px 15px -5px #0046d5;
    font-weight: 700;
}

@media screen and (width <= 600px) {
    .error h1{
        font-size: 10vh;
    }
}