html {
    height: 100%;
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
}

body {
    position: relative;
    margin: 0;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 1em;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
}

a {
    text-decoration: none;
}

p {
    margin: 10px 0;
}

.btn-mw-blue {
    background-color: #25a7d7 !important;
    color: #fff !important;
}

.text-mw-blue {
    color: #25a7d7 !important;
}

.btn-mw-blue:hover {
    background-color: #1e85ab !important;
}

.btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    line-height: 1.2;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 150px;
    padding: 1.2em 2em;
    position: relative;
    color: White;
    font-size: 16px;
}
.error-link {
    margin-top: 25px;
}

.main {
    text-align: center;
    max-width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    min-height: 100vh;
    box-sizing: border-box;
}

.error-title {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 25px;
}

.error-description {
    margin-top: 0;
    margin-bottom: 2em;
}

.text-black-60 {
    color: rgba(0, 0, 0, 0.6) !important;
}

.logo {
    max-width: 100px;
}

.text-underline {
    text-decoration: underline;
}

.support-link {
    line-height: 1.5em;
    font-size: 14px
}

@media screen and (max-width: 750px) {

    .support-link {
        padding-top: 50px;
    }
    .logo {
        padding-bottom: 50px;
    }
    .error-title {
        font-size: 30px;
    }
    .main {
        justify-content: space-between;
    }
    .error-content {
        font-size: 15px;
    }
    .main {
        padding: 25px 50px;
    }

}

@media screen and (min-width: 750px) {

    .support-link {
        position: absolute;
        padding: 35px 40px;
        bottom: 0;
        right: 0;
    }
    .logo {
        position: absolute;
        padding: 40px;
        bottom: 0;
        left: 0;
    }
    .main {
        padding: 40px 40px 120px;
    }

}
