body
{
    background-color: #ffffff
}

a {
    text-decoration: none;
  }
  a:link {
    color: #000;
    border-bottom: 1px solid #ff0000;
  }
  a:visited {
    color: #e600e6;
    border-bottom: 1px solid #b3b3b3;
  }
  a:hover {
    color: #2d8653;
    border-bottom: 1px solid #000099;
  }

.accueil {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
 
}


.video {
    height: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
 
}