*{
    box-sizing: border-box;
}

body {
    margin:0;
}

.home{
    margin:0;
    padding: 0;
}

#title {
    color: rgb(237, 94, 56);
    background-color: rgb(250, 224, 131);
    margin: 0;
    padding:0;
    height: 100vh;
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

#title h1 {
    padding: 0%;
    font-family:'Zilla Slab', serif;
    text-align: center;
}

#title p {
    padding: 0%;
    font-family:'Zilla Slab', serif;
    text-align: center;
}

.sobre{
    position: relative;
}

.sobre img {
    opacity: 0.8;
    width: 100%;
}

.sobre h1 {
    color: rgb(30, 17, 47);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family:'Zilla Slab', serif;
}

.sobretexto p {
    font-family: 'Zilla Slab', serif;
    margin: 10vw;
}

.galeria {
    position: relative;
    padding: 0%;
}

.trabalhosintro {
    position: relative;
    padding: 0%;
}
.trabalhosintro img {
    opacity: 0.8;
    width: 100%;
    padding: 0%;
}

.trabalhosintro h1 {
    color: rgb(30, 17, 47);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family:'Zilla Slab', serif;
}

.contactosintro {
    position: relative;
}

.contactosintro img {
    opacity: 0.8;
    width: 100%;
}

.contactosintro h1 {
    color: rgb(250, 224, 131);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family:'Zilla Slab', serif;
    }

