*{
    padding: 0px;
    margin: auto;
    font-family: 'Fjalla One', sans-serif;
    font-family: 'Josefin Sans', sans-serif;
    text-shadow: black 0.1em 0.1em 0.2em;
}
body{
    background-image: url('wallpaper.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#cabecalho{
    width: 70%;
    margin-top: 5%;
    font-size: 40px;
    color: white; 
    text-align: center;   
}
#informativo{
    width: 70%;
    position: relative;
    margin-top: 5%;
    color: white;
    font-size: 40px;
    text-align: center;
}
.contato{
    font-size: 35px;
}
.contato_numero{
    font-size: 40px;
}
#localizacao{
    width: 500px;
    position: relative;
    margin-top: 5%;
    color: white;
    font-size: 30px;   
}
#rodape{
    width: 100%;
    height: 30px;
    margin-top: 5%;
    background-color: #13113d;
    font-size: 20px;
    margin-bottom: 5px;
    color: white;
    text-align: center;
}