*{
    
    margin: 0;
    padding: 0;
    
}


body
{
    font-family: 'Pangolin', cursive;
      background-image: url(Acceuil\ reel.jpg);
      background-repeat: no-repeat;
    background-size: cover;
    background-position: center
     
}

p{
    
    color: #555;
    text-align: center
}

.container
{
    width: 100% ;
    min-height: 100%;
    
}



.logo3
{
   
   width: 300px;
   height: 300px;
  
    margin-left: 100px;
    margin-top: 50px;
    
}

.logo3 img
{
    width: 200px;
}

.bienvenue
{
    margin: 0 auto;
   
    margin-top: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
    
}



.bienvenue h1
{
  font-size: 50px;
   
}

.para
{
   font-size: 20px;
   margin-top: 20px;
   width: 500px;
    margin: 0 auto;
    text-shadow: 1px 1px 1px pink;
    font-size: 22px
   
  
}

p
{
    color: white;
    margin: 0 auto;
}

.button
{
    border: 2px solid salmon;
    background-color: white;
    text-align: center;
    width: 200px;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 30px;
    
}

.button a
{
    color: salmon;
    width: 100%;
}


.button:hover
{
    border: 2px solid salmon;
    background-color: salmon;
    text-align: center;
    width: 200px;
    border-radius: 20px;
    margin: 0 auto;
    color: white;
    margin-top: 30px;
    color: white !important;
}

.button a:hover
{
    color: white;
    font-weight: bold;
}


.copyright
{
    margin-top: 300px;
    font-size: 10px;
}





