/* Copyright (c) Microsoft Corporation.
Licensed under the MIT license. */

header {
    background: url('img\Banner principal.png') no-repeat;
    height: 100%;
    width: 100%;

}

main {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

#text-container > div > p {
    font: 3em "segoe ui", arial, sans-serif;
}

#report-container {
    height: 800px; /* 16:9 aspect ratio */
}

footer > p {
    font: 1em "segoe ui", arial, sans-serif;
}

iframe {
    border: none;
}

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

    #report-container {
        height: 900px; /* 16:9 aspect ratio */
    }
}

