#error_png {
    margin: 0 auto;

    position: relative;

}

body {
    background-color: grey;
}

body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
        }

        .vk-button {
            background-color: #4C75A3;
            color: white;
            border: none;
            padding: 10px;
            border-radius: 40px;
            display: flex;
            align-items: center;
            text-decoration: none; /* Убираем подчеркивание */
        }
        .vk-button:hover{
            background-color: #265589;
        }

        .vk-icon {
            width: 24px;
            height: 24px;
            margin-right: 10px;
        }

@media only screen and (max-width: 768px) {
    #error_picture {
        height: 373px;
        display: block;
        margin: auto;
        text-align: center;
        padding-top: 141px;
    }
}