@font-face {
    font-family: 'TC Handel Gothic';
    src: url('./alfont_com_ITC-Handel-Gothic-Arabic-Bold.ttf')
        format('truetype');
}
.container {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.site-not-found-image {
    width: 30vw;
}
.site-not-found-text {
    text-align: center;
    font-size: 3vw;
    letter-spacing: 0.2px;
    color: #000000;
    font-family: 'TC Handel Gothic';
    margin: 0;
}
.sorry-text {
    text-align: center;
    color: #000000;
    font-family: 'TC Handel Gothic';
    margin-bottom: 24px;
    font-size: 1vw;
}
.go-back {
    text-align: center;
}
.go-back button {
    background: #3f91f7 0% 0% no-repeat padding-box;
    color: #fff;
    border: none;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    font-size: 1.5vw;
    cursor: pointer;
    padding: 0.5vw 2.5vw;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.go-back button:hover {
    background-color: #1d70b3;
}
