html, body {
    min-height: 100%;
    height: 100%;
}

:root {
    --ps-brand-color: #D14124;
    --ps-white: #fff;
}

body {
    background-color: #000;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var( --ps-brand-color );
    font-family: "Montserrat", sans-serif;
    position: relative;
    background-image: url('/assets/images/Why-and-How-to-Outsource-a-QA-Team.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin:0;
}

.top {
    background-color: #000000cc;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1 {
    text-align: center;
    font-weight: 400;
}

.logo {
    max-width: 600px;
    width: 90%;
}

.text-center {
    text-align: center;
}

.mb-3 {
    margin-bottom: 2rem;
}

a {
    text-decoration: none;
}

a:visited,
a:focus {
    color: var( --ps-white );
}

