*,*::before,*::after{
    margin:0;
    padding:0;
}

body {
    background-image: linear-gradient( to left top,#c33764,#1D2671);
    color:white;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

header {
   
    color: white;
    text-align: center;
    padding: 10px;
}
.about p{
    text-align: center;
   font-size: 20px; 
}
.about h1{
    text-align:center ;
    letter-spacing: 0.5px;
    margin:2.5rem;
    color:rgba(249, 242, 244, 0.467);
}
.event{
    font-size: 3rem;
    letter-spacing: 8px;
    color: white;
}
section{
        text-align: center;
}
section h1{
    font-size: 2rem;
    color: rgba(240, 244, 249, 0.349);
}
article img{
    width:350px;
    border-radius: 10px;
    box-shadow:20px 20px 10px black;
    margin: 3rem;
    transition:width 10s,height 10s,transform 10s;
}
article p{
    font-size: 20px;
    line-height: 2.5rem;
}

.contacts{
    
    color: white;
    text-align: center;
    padding: 10px;
    
} 
