﻿body {
    margin: 0;
}

a:link {
    text-decoration: none;
}

.construction-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.error-wrap {
    padding: 0 15px;
}

.error-wrap .logo {
    display: inline-block;
    margin-bottom: 20px;
}

.error-wrap .logo img{
    width: 140px;
}

.error-wrap .photo {
    display: block;
    margin: 0 auto;
}

.error-wrap .title {
    color: var(--primary);
    font-size: 30px;
    margin: 0 0 10px 0;
}

.error-wrap .info {
    color: #777;
    font-size: 20px;
    margin-bottom: 30px;
}

.error-wrap .error-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.error-wrap .btn:last-of-type {
    margin-left: 16px;
}

.pc-br {
    display: block;
}

@media (max-width: 768px) {

    .error-wrap .logo {
        margin-bottom: 10px;
    }

    .error-wrap .logo img {
        width: 120px;
    }

    .error-wrap .photo{
        width: 280px;
    }

    .error-wrap .title {
        font-size: 24px;
    }

    .error-wrap .info {
        font-size: 15px;
    }

    .mb-br{
        display: block;
    }
}
