#firstofall{
}
#errnum1{
    color:#A49C9C;
    font-weight:bold;
    font-family:arial;
    font-size:10px;
}
.err404{
    color:black;
    font-family:sans-serif;
    font-weight:bold;
    font-size:19px;
}
.oops{
    background-position:fixed;
    margin-top:150px;
    font-size:110px;
    font-weight:bold;
    font-family:sans-serif;
    background-image: url("space.jpg");
    -webkit-text-fill-color:transparent;
    -webkit-background-clip:text;
}
.sp{
    color:#FE4848;
}
.errlast{
    color:white;
    border-radius:20px;
    background-color:#9556FB;
    outline:none;
    font-family:sans-serif;
    padding:7px;
    border:1px solid #9556FB;
    transition:
}
.errlast:hover{
    color:white;
    background-color:#873DFE;
    border:1px solid #873DFE;
    cursor:pointer;
}