*
{
    box-sizing: border-box;
    list-style: none;
}
body
{
    margin: 0;
    background: rgb(5,59,192);
background: linear-gradient(90deg, rgba(5,59,192,1) 0%, rgba(2,242,57,1) 48%, rgba(212,241,2,1) 100%);
}
header
{
    padding: 80px;
    text-align:  center;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(13,71,3,1) 100%, rgba(145,226,242,1) 100%); 
   
}
.font-effect-fire
{
    font-family: "Sofia", sans-serif;
    font-size: 60px;
}
.container,.heading_challange
{
    align-items: center;
    align-self: center;
    align-content: center;
    width: 60%;
    height: fit-content;
    background: rgb(254,196,196);
    background: linear-gradient(90deg, rgba(254,196,196,1) 0%, rgba(249,250,249,1) 50%, rgba(194,253,198,1) 100%);   
    border:rgb(37, 19, 19);
    border-width: 30px;
    border-radius: 25px;
    padding: 30px;
    font-family: "Sofia", sans-serif;
    font-size: 50px;
    text-shadow: 3px 3px 3px #ababab;

}
.message
{
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
}
.space
{
    padding: 20px;
}
.divider {
        margin: 0.5em 0 0.5em 0;
        border: 0;
        height: 30px;
        width: 100%;
        display: block;
        background-color: blue;
        background-image: linear-gradient(to right, pink, blue);
}
.flex-box-container1
{
    display: flex;
    border: 2px solid blue;
    padding: 10px;
    justify-content: space-around;
    font-size: 20px;
    font-family: "Sofia", sans-serif;
    font-weight: bolder;
}
.divider {
    margin: 0.5em 0 0.5em 0;
    border: 0;
    height: 3px;
    width: 100%;
    align-self: center;
    align-content: center;
    align-items: center;
    display: block;
    background: rgb(62,64,0);
    background: linear-gradient(90deg, rgba(62,64,0,1) 0%, rgba(5,1,38,1) 50%, rgba(45,1,5,1) 100%);
}
.d_container
{
    display: flex;
    padding: 40px;
}
.photos {
    margin: 0;
    color: #FFFFFF;
    background-color: #000000;
    font-family: Georgia, serif;
  }
  
  h1 {
    text-align: center;
  }
  
  h1 b {
    font-weight: normal;
    -webkit-filter: blur(1px); -moz-filter: blur(1px); -o-filter: blur(1px); -ms-filter: blur(1px); filter: url(#lessblur);
  }
  
  .slider {
    width: 100%;         /* fill up parent but    */
    max-width: 850px;   /* dont outgrow yourself */
    padding: 0;
    overflow: hidden;
  }
  
  .slider a {
    position: relative;
    margin: 0;
    float: left;
    overflow: hidden;
    width: 25%; height: 600px;
    transition: all ease-in-out 0.8s;
    width: 10%;
  }
  
  .slider a.active {
    width: 70%;
  }
  
  .slider a img {
    transition: all ease-in-out 0.8s;
    border: 0; /* IE */
    position: absolute; top: 0;
    margin-left: -300px; left: 50%;
    -webkit-filter: blur(3px); -moz-filter: blur(3px); -o-filter: blur(3px); -ms-filter: blur(3px); filter: url(#blur);
  }
  .slider a.active img {
    -webkit-filter: blur(0); -moz-filter: blur(0); -o-filter: blur(0); -ms-filter: blur(0); filter: url(#noblur);
  }
  
  svg {
    height: 0; width: 0;
  }
  .people
  {
    box-sizing: content-box;
    flex-direction: row;
    padding: 10px;
    justify-content: space-around;
    background-color: #eeecec;
    align-items: center;
    align-self: center;
    align-content: center;
    text-align: center;;
  }
  footer
  {
    overflow: hidden;
  }
  footer a
  {
    display: block;
    background-color: #FFFFFF;
    text-decoration: none;
    padding: 14px 20px;
    float: left;
  }