@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 600;
    src: url(/technical_break/fonts/Oswald-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url(/technical_break/fonts/Montserrat-Regular.ttf) format("truetype");
}
html,
body {
    height: 100%;
    text-align: center;
    margin: 0;
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}
h1 {
    font-family: "Oswald", Arial, sans-serif !important;
    font-size: 32px;
    letter-spacing: 0.75px;
    color: #7C98B6;
    margin-top: 30px;
}
p {
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 20px;
    line-height: 38px;
    color: #8F95A2;
    max-width: 620px;
}
.logo {
    margin-top: 100px;
    margin-bottom: 20px;
}
@media (min-height: 950px) {
    .technical-image {
        margin-top: -80px;
    }
}

@media (max-width: 576px) {
    .container {
        padding: 10px;
    }
    h1 {
        font-size: 26px;
    }
    p {
        font-size: 17px;
        line-height: 34px;
    }
    .technical-image {
        width: 90%;
        max-width: 420px;
    }
    .logo {
        margin-top: 60px;
        width: 90%;
        max-width: 240px;
    }
}
