body {
    font-family: 'Ubuntu', sans-serif;
    padding: 0;
    margin: 0;
}

h1 {
    color: #272829CC;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 24px;
    padding: 0 36px;
}

.error-container {
    width: 100%;
    height: 100vh;
}

.error-img {
    margin-bottom: 56px;
}

.inner-container {
    width: 656px;
    margin: 0 auto;
    padding: 62px 0;
    text-align: center;
}

.btn {
    display: inline-block;
    min-width: 118px;
    min-height: 32px;
    height: 32px;
    background-color: #196EB7;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    text-decoration: none;
}

.btn:hover, .btn:active {
    background-color: #145D9B;
}
