@import url('https://fonts.googleapis.com/css2?family=Slackey&display=swap');

body {
    margin: 0;
    padding: 0;
    background-image: url(fundo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment:scroll;

}

h1{
    margin: 0;
    padding: 60px 0px 0px;
    text-align: center;
    font-family: "Slackey", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    color: rgb(240, 132, 0);
    text-shadow: 1px 1px 2px black;

}

#principal{
    display: block;
    height: 1100px;
}
#foot {
    padding: 0;
    text-align: center;
    font-family: "Slackey", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    color: rgb(0, 0, 0);
    text-shadow: 1px 1px 2px rgb(255, 255, 255);

}


