*{
    padding: 0;
    margin: a;
}
.displayFlex{
     display: flex;
    justify-content: center;
    align-items: center;
}
.sectionText>a{
    display: flex;
    justify-content: center;
    align-items: center;
}
header{
    margin: 24px 0;
}
.photoHeader{
    width: 100%;
    height: 300px;
    
}
.photoHeader>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
        box-shadow: 0 0 10px rgba(68, 47, 2, 0.5);
    border-radius: 10px;
    ;
}


nav>ul{
    list-style:none;

}
.news, nav ul li a{
    padding: 24px;
    text-decoration: none;
    color: rgb(255, 233, 232);
    font-weight: 600;
}
.backgroundNav, footer{
    background: linear-gradient(45deg, #000000, #c95b5b, #eeff02);
    box-shadow: 0 0 10px rgba(68, 47, 2, 0.5);
    border-radius: 10px;
}
footer{
    padding: 1px;
    text-align: center;
    color: rgb(255, 233, 232);
    margin-top: 10px;
}
a{
    text-decoration: none;
}





@media screen and ( max-width:800px){

nav>ul>li>a{
    padding: 10px;
   font-size: 10px;
   text-align: center;
}
.qr{
    max-width: 100%;
}
}


