* {
    margin: 0;
}

@font-face {
    font-family: Scala;
    font-weight: 400;
    src: url(fonts/Scala.otf);
}

@font-face {
    font-family: Scala;
    font-weight: 700;
    src: url(fonts/Scala-Bold.otf);
}

h1 {

    color: brown;
    font-size: 60px;


    font-weight: 700;
}

h2 {

    color: rgb(41, 12, 12);
    font-size: 30px;


    font-weight: 700;
}



body {

    font-family: Scala, serif;
    font-weight: 400;

    background-color: rgb(202, 51, 51);


}

#contentor {
    background-color: rgb(255, 127, 127);
    width: 800px;
    padding: 50px;

    margin-left: auto;
    margin-right: auto;


}

#rodape {
    background-color: white;
    padding: 20px;
    border-top: 5px solid red;

}

#cabecalho {
    background-color: white;
    border-bottom: 5px solid red;
    margin-bottom: 50px;
    height: 200px;
    padding: 20px;

}

.conteudo {
    background-color: white;


    padding: 10px;

    margin-bottom: 50px;

    padding: 20px;

}

#imagemscala {
    width: 100%;

}

#imagemscala2 {
    width: 30%;

}


#logo {
    width: 300px;

}