body {
    font-family: sans-serif;
    margin: 0px;
    text-align: center;
  }
  
  h1 {
    padding-top: 20px;
    color: #253451;
    font-size: 24px;
  }
  
  p {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 20px;
  }
  div{
    padding-bottom:5px;
  }
  
  .inscription{
    width: 50%;
    margin: auto;
    margin-top: 150px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(94, 88, 88);
  }

  input[type=submit] {
    text-align: center;
    justify-content: center;
    border: none !important;
    width: auto;
    height: 25px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #f9af15;
    color: #FFF;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  input[type=email] {
    text-align: center;
    color: var(--Gray, #000);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    width: 70%;
    line-height: normal;
    height: 20px;
    border-radius: 5px;
    border: 1px solid var(--Gray, #000);
    margin-top: 5px;
    margin-bottom: 5px;
    background: var(--white, #FFF);
  }