
@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap');
:root{
   background-color: rgb(255, 255, 255);
}
.cabecalho{
    background-color: #07bbe3;
    width:100%;
}
.botao{
    color: #000000;
    font-size: 24px;
    text-decoration: none;
}
.titulo{
    color:#030303;
    font-size: 32px;
    font-family:Rock Salt;
    text-align: conter;
    padding: 3em;
}
.h2{
    font-family: Rock salt;
    font-size: 24px;
    color: rgb(0, 0, 0);  
}
.texto-inicial{
    font-size: 24px;
    color: rgb(0, 0, 0);
}
.texto-fonte{
    font-size: 18px;
    color: rgb(0, 0, 0);
}
.foto{
    width: 33%;
    border-radius: 10px;
    height: 500px;
}
.texto-descricao{
    font-size: 24px;
    display: inline-block;
}
.foto-explorar{
    text-align: left;
    width: 500px;
    height: 500px;
    display: inline-block;
}
.destino{
    display: flex;
    align-items: center;
}

.topicos{
    display: flex;
    position: absolute;
    padding: 1em;
    list-style-type: none; 
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
}
.botao-link{
    text-decoration: none;
    display: flex;
    color:#ffffff;
    font-size: 24px;
    padding-left: 2em;
    padding-right: 2em;
    background-color: #30749b;
}

