
body {
  background-color: #f3b252;
}
body{
    margin: 0;
}

.marco1{
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #d39e5d;
    z-index: 1;
}

h1{
    position: relative;
    z-index: 2;
    margin: 10px;
}
p{
    position: relative;
    z-index: 2;
    margin: 10px;
}

.titulo{
    font-size: 25px;
    color: black;
}