.er404-container{
    width: 100%;
    /*background-image: url("/public/images/main/404er.svg");
    background-position: center;
    background-repeat: no-repeat;*/
    background-color: #222;
    height: 100%;
    text-align: center;
    padding-top: 20px;
}

.er404-round{
    border: 5px solid #0099ff;
    color: #0099ff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #030303;
    width: 320px;
    height: 195px;
    margin: auto;
    padding-top: 125px;
}

.number-text{
    font-size: 115px;
}

.text-text{
    font-size: 22px;
    line-height: 50px;
}
