@charset "UTF-8";

/*
 body{
    color: rgb(251, 242, 242);
    font-family: 'Comfortaa', 'Anek Telugu';
    font-size: 20px;
    font-style: normal;
    text-align: left;
    line-height: 30px;
}*/

header{
/*    display: grid;*/
    padding: 5px;
    background-color: rgb(233, 112, 67);
/*    border: 10px solid blue;*/
}

footer{
    /*display: grid;*/
    padding: 5px;
    background-color: rgb(233, 112, 67);
/*    border: 10px solid blue;*/
    color: rgb(251, 242, 242);
    font-family: 'Comfortaa', 'Anek Telugu';
    font-size: 15px;
    font-style: normal;
    text-align: left;
    line-height: 30px;
}

main{
    background-image: url("../imagens/conteudo.jpg");
    background-color: #f8f8f6;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    width: auto;
    height: auto;
/*
    padding-block-start: 10%;
    padding-block-end: 30%;
*/
    margin: 0 auto;
    overflow-y: auto;
    box-sizing: border-box;
 
    color: rgb(251, 242, 242);
    font-family: 'Comfortaa', 'Anek Telugu';
    font-size: 20px;
    font-style: normal;
    text-align: left;
    line-height: 25px;
}
