﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: url('../../images/error_page/background.png') no-repeat center center fixed;
    background-size: cover;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.outer-container {
    position: relative;
    max-width: 1024px;
    min-width: 720px;
    width: 100%;
}

.face-icon {
    position: absolute;
    left: 8px;
    top: 47px;
    width: 96px;
}

.text-container-1 {
    padding: 40px 20px 0 136px;
    text-align: left;
    font-size: 24px;
    color: black;
}

    .text-container-1 p {
        margin-bottom: 37px;
    }

.text-container-2 {
    position: relative;
    padding: 0 0px 0 136px;
    text-align: left;
    font-size: 24px;
    color: black;
}

    .text-container-2 p {
        margin-bottom: 37px;
    }

.hand-icon {
    position: absolute;
    left: 37px;
    top: -6px;
    width: 96px;
}

.error-tag {
    color: #004A7F;
}

.buttons-container {
    margin-top: 72px;
    display: flex;
    align-items: center;
}

.btn {
    width: 196px;
    height: 48px;
    background-color: #004A7F;
    color: white;
    font-size: 24px;
    text-align: center;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.5s ease;
}

.btn-right {
    position: absolute;
    right: 100px;
}