/* Arquivo de estilo para estrutura primaria da pagina */

html,
body {
    height: 100%;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: "Trebuchet MS"!important;
    background: url(../IMAGES/wallpapers/redStripe4k.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #f4f3f3;
    /*
    -webkit-box-shadow: inset 0px 0px 128px 16px rgba(179, 179, 179, 1);
    -moz-box-shadow: inset 0px 0px 128px 16px rgba(179, 179, 179, 1);
    box-shadow: inset 0px 0px 128px 16px rgba(179, 179, 179, 1);
*/
}

main {
    flex: 1 0 auto;
}

h4 {
    /*    color: white!important;*/
    padding: 5px;
    border-radius: 4px;
}
