*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
body{
    background-color:navy;
    color:lightgoldenrodyellow;
    font-family:cursive ;
    line-height: 1.5;

}
header{
    position: fixed;
    top: 0;
    width:100%;
    padding:5px;
    margin:0mm ;
    font-size: 3vw;
    font-weight: bolder;
    line-height: 3;
    text-align: center;
    background-color:#27548A;
    border-bottom: 2px solid gold;
    color:gold;
    z-index: 999;

}
.intro{
    position: relative;
    top: 80px;
    text-align: center;
    padding: 60px 20px;
    max-width:800px;
    margin:auto;
    
    
}
.intro h1{
    color: gold;
    font-size: 2em;
    margin-bottom: 15px;
    font-weight: bolder;
}
.intro p{
    font-size:larger;
    margin-bottom: 25px;
    line-height: 1.5;

}
.intro .details{
    color:lemonchiffon;
    font-size:large;
}
.but{
    background-color:gold;
    color: navy;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: bolder;
    border-radius: 8px;
    display: inline-block;
    margin-top: 10px;
    font-size: large;

}

.parties{
    position: relative;
    top: 5px;
    left:1px;
    max-width:1000px;
    margin:2em auto;
    padding: 16em;
    text-align: center;
    
  
    
}

.partie{

    position:relative;
    width: 400px;
    height:500px;
    border: 1px solid gold;
    border-radius:15px ;
    padding: 20px;
    text-align: center;
    background-color:#27548A;
    margin: 20px;

    

}
.partie img{
    width:100%;
    height: 170px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 10px;
}
.partie h3{
    color: gold;
    font-size: x-large;
} 
.partie p{
    font-size: larger;
} 
.p1{
    margin-bottom: 8;
}
footer{
    text-align: center;
    background-color: #27548A;
    color: gold;
    line-height: 2;
    font-size: large;
    border-top: 2px solid gold;
    padding:6px;

}
