html, body {
  font-family: 'Lato','Helvetica Neue',Arial,Helvetica,sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
}

 h2{
  line-height: 1.2857em;
  margin: calc(2rem - .14285em) 0 1rem;
  font-weight: 700;
  font-size: 1.714rem;
  padding: 0;
}

p{
  line-height: 1.2857em;
  margin: calc(2rem - .14285em) 0 1rem;
  font-weight: 400;
  padding: 0;
}

#welcomeMessage {
    text-align: center;
    height: 100%;
    width: 100%;
    background: #5bd6dd;
    background: -webkit-linear-gradient(left top, #5bd6dd, #0f78ff);
    overflow: hidden;
}

#welcomeMessage .welcomeContent{
    padding: 40px;
    height: 100%;
    width: 100%;
    overflow-y: auto;
}

#welcomeMessage .welcomeContent img {
    width: 200px;
}

#welcomeMessage .welcomeContent p {
    margin: 10px;
}

#welcomeMessage .welcomeContent a {
    color: blue;
    text-decoration: underline;
}

#welcomeMessage .welcomeContent .linkAssistance {
    color: white;
    text-decoration: underline;
}

#welcomeMessage .welcomeContent > div {
    margin-top: 30px;
    margin-bottom: 30px;
    color: white;
    font-size: 18px;
}

#welcomeMessage .welcomeContent .welcome-fr {
     margin-top: 60px;
 }

#welcomeMessage .welcomeContent .button {
    margin-top: 20px;
    cursor: pointer;
    background-color: white;
    color: black;
    width: 300px;
    padding: 10px;
    border-radius: 3px;
    margin: 20px auto;
}

#welcomeMessage .welcomeContent hr {
    width: 50%;
    border: 1px solid white;
}
}
