﻿body {
    font-family: "Roboto", sans-serif;
}

.custom-btn {
    background-color: #79B509;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    min-width: 150px;
    min-height: 45px;
    text-align: center;
    line-height: 28px;
}

section.error-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
}

img.img-fluid {
    max-width: 700px;
    margin-bottom: 20px;
    width: 100%;
}

.custom-btn:hover {
    color: #fff;
    text-decoration: none;
}
/*.padding_div {
    padding: 100px;
    text-align: center;
}*/

@media (max-width: 575px) {
    .custom-btn {
        font-size: 12px;
        padding: 5px 16px;
        min-width: 100px;
        min-height: 38px;
    }
}
