body{
background-image:url("https://elaclotildefalone.neocities.org/WhatsApp%20Image%202026-03-07%20at%206.24.18%20PM.jpeg");
background-size:cover;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;


font-family:Verdana, sans-serif;
margin:0;
}

.layout{
max-width:1100px;
margin:auto;
}

header{

padding:30px;
text-align:center;
border-bottom:2px solid #333;
}

header h1{
margin:0;
color:#ff7bd5;
}

.container{
display:flex;
}

.sidebar{
width:200px;
padding:20px;
border-right:2px solid #333;
}

.sidebar ul{
list-style:none;
padding:0;
}

.sidebar li{
margin-bottom:10px;
}

.sidebar a{
color:#7CFFB2;
text-decoration:none;
}

.sidebar a:hover{
text-decoration:underline;
}

main{
flex:1;
padding:30px;
}

section{

padding:25px;
border-radius:10px;
}

img{
max-width:100%;
border-radius:8px;
margin-top:15px;
}

footer{

text-align:center;
padding:20px;
margin-top:20px;
border-top:2px solid #333;
}