/* Estilos Gerais */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image:url(IMG/inicial-background2.avif);
    background-repeat:no-repeat;
    background-size: cover;
    
}

p{
    color: #ffffff;
}

h1{
    color: #000000db;
}

h2 {
    color: #f4f4f4;
    
}

h3{
    color: #ddd;
}

a {
    color: #007bffc2;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

li a{
    color:#ffffff7c;
    font-size: 17px;
    font-style: italic;
}

li a:hover{
    color: #ffffff;
}

/* Header */
header {
    background-color: #be00f815;
    padding: 20px 0;
    border-bottom: 1px solid #000000c6;
    box-shadow: 0 0 10px black;
}

header .container {
    display: flex;
    justify-content: end;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding:  20px;
    
}

header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    
}

header li {
    margin-left: 20px;
}

/* Seções */
.section {
    padding: 60px 20px;
    text-align: center;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.project {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    background-color: #000000b2;
    transition: 0.4s ease;
}

.project h3 {
    margin-top: 0;
}

/* Footer */
footer {
    background-color: #3333337e;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}

.project:hover{
    color: #444;
    background-color:#ffffff28;
    transform: scale(1.1);

}

.p1, .p2, .p3{
    color: #fffefee0;
}

.isaac{
    position: absolute;
    left: 50px;
    top: 10px;
    font-size: 33px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    text-transform:uppercase;
    color: #ffffff7c;
}