@charset "UTF-8";

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    box-sizing: border-box;
}
body{
    background-image: url('imagens/sefertora2.jpg');
    background-size: cover; 
    background-position: center; 
    display: flex;
    flex-direction: column;
    
}

header {
    margin-bottom: 100px;
}



footer {
    margin-top: auto;
}


.bg-orange{
    background-color: #ff8404;
}

