* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
}

/* Cabeçalho */
header {
    background: #222;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

/* Seções */
section {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

h2 {
    margin-bottom: 20px;
    color: #222;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}

/* Habilidades */
ul {
    list-style: none;
}

ul li {
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
    border-left: 4px solid #222;
}

/* Experiência e Projetos */
.item, .projeto {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.item span {
    font-size: 0.9em;
    color: #777;
}

.projeto a {
    display: inline-block;
    margin-top: 10px;
    color: #222;
    text-decoration: none;
    font-weight: bold;
}

.projeto a:hover {
    text-decoration: underline;
}

/* Certificados */
.certificados-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.certificado {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    color: #333;
    transition: transform 0.3s, box-shadow 0.3s;
}

.certificado img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
}

.certificado p {
    margin-top: 10px;
    font-size: 0.95em;
}

.certificado:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Rodapé */
footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}

.h-card {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.indiewebwebring{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}