@import url('https://fonts.googleapis.com/css2?family=Freckle+Face&family=Sarala&display=swap');


/* Configuração Geral */

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    background: linear-gradient(90deg, rgba(135, 206, 250, 1) 34%, rgba(173, 216, 230, 1) 55%, rgba(255, 255, 255, 1) 100%);
    font-size: 100%;
}

/* Cabeçalho */

.cabecalho {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 24px;
}

.texto_cabecalho {
    font-family: 'Sarala', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: rgb(0, 0, 0);
    text-align: center;
}

/* Conteúdo Principal */

.conteudo_erro {
    border-top: 0.4px solid rgb(255, 255, 255, 1);
    margin-bottom: 48px;
}

.conteudo_principal_erro {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.conteudo_principal_texto {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.titulo {
    font-family: 'Freckle Face', cursive;
    font-weight: 400;
    font-size: 350px;
    color: rgb(0, 0, 0);
}

.texto_erro {
    font-family: 'Sarala', sans-serif;
    font-weight: 300;
    font-size: 26px;
    color: rgb(0, 0, 0);
}

.texto_erro_botName {
    font-family: 'Sarala', sans-serif;
    font-weight: 300;
    font-size: 26px;
    color: rgb(0, 0, 0);
    text-align: right;
}

.img_nutholo {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 52px;
}

.nut_holo {
    width: 270px;
}


/* Conteúdo Secundário */

.conteudo_secundario_erro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 48px;
}

.conteudo_secundario_titulo_erro {
    border-top: 0.4px solid rgb(255, 255, 255, 1);
    padding-top: 48px;
    font-family: 'Sarala', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: rgb(0, 0, 0);
    margin-bottom: 16px;
}

.botao {
    background-color: rgba(255, 255, 255, 1);
    width: 180px;
    height: 60px;
    border: none;
    box-shadow: 4px 5px 4px rgb(0, 0, 0, 0.25);
    border-radius: 20px;
    font-family: 'Freckle Face', cursive;
    font-weight: 400;
    font-size: 38px;
    color: rgb(0, 0, 0);
}

.botaoLink {
    color: rgb(0, 0, 0)
}

.botaoLink:hover {
    color: rgb(175, 114, 22);
    cursor: pointer;
}

/* Rodapé */

.rodape {
    padding: 32px;
    border-top: 0.4px solid rgb(255, 255, 255, 1);
}

.rodape_texto {
    font-family: 'Sarala', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: rgb(0, 0, 0);
    text-align: left;
}

.emblemas {
    width: 30px;
    height: 40px;
}