* {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: 'Croissant One';
}

.cover-shadow {
    background-color: rgba(80, 35, 14, 0.5);
    width: 100%;
    min-height: 100vh;
}
header > nav {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 10vh;
    align-items: center; 
    background-color: rgba(182, 140, 89, 0.6);
    backdrop-filter: blur(20px);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

header > nav > div {
    height: 10vh;
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

header > nav > div > a {
    height: 10vh;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    font-weight: 700;
    transition: 0.3s;
    padding: 0px 2rem;
}

header > nav > div > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

header > nav > a > img {
    max-width: 8rem;
    align-self: flex-end;
    padding-left: 2rem;
}

.sobre_aracaju > img{
    max-width: 100%;
    height: auto;
}
.sobre_aracaju {
    max-width: 1349px;
    font-size: 20pt;
    background-color: burlywood;
}
.sobre_aracaju > h1{
    font-family: 'Croissant One';
}

footer{
    font-size: 8pt;
    text-align: end;
    padding: 5px;
    background-color: rgb(182, 140, 89);
}