body{
margin:0;
background-image:url("cloud.jpg");
background-size:cover;
background-position:center;
background-repeat:no-repeat;
font-family:"Quicksand", sans-serif;
}

.card{
max-width:900px;
margin:60px auto;
padding:30px;
background:rgba(239,222,255,0.8);
border-radius:20px;
}

h1,h2{
font-family:"EB Garamond", serif;
}

nav{
margin-bottom:20px;
}

nav a{
text-decoration:none;
margin-right:20px;
font-weight:600;
color:#333;
}

nav a:hover{
color:#888;
}

.gallery{
display:flex;
gap:20px;
flex-wrap:wrap;
margin-top:20px;
}

.gallery img{
width:220px;
border-radius:12px;
}

img{
max-width:100%;
height:auto;
display:block;
margin-top:10px;
}