
.navBar{
  margin: 10px auto;
}

body {
    background-image: url("../imgs/grandeFornalha/suica.jpg");
    font-size: 1.5rem;
}

.content{
    align-items: center;
    background-color: rgba(3, 18, 68, 0.851);
    color: white;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px;
    border: solid black 2px;
}

.header h1{
    font-size: 4.4rem;
    font-family: "Felipa", serif;
    font-weight: 600;
    font-style: normal;
}

section{
    background: #549e54;
    width: 60%;
    max-width: 800px;
    margin: 10px auto;
    border: 3px solid black;
    padding: 15px;
}

.city{
    display: block;
    max-width: 100%;
    height: auto;
    border: 3px solid black;
    margin: 15px auto;
}

.link-pinterest{
    color: white;
    text-decoration: none;
}

.link-pinterest{
    color: white;
    text-decoration: none;
}

.link-pinterest:hover{
    color: yellow;
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}