@font-face {
	font-family: 'courier';
	src: url('Assets/Font/courier-prime/Courier Prime.ttf') format('truetype')
}

.formulaire{
    font-family: courier;
    margin-left: 10px;
}

tr{
    text-align: left;
width: 300px;

}

th,
td {
  padding-left: 20px;
  padding-right:20px;
}

textarea {
    padding: 10px;
    width: 1000px;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
  }

  #button{
background-color: salmon;
color: black;
font-size: 16px;
width:300px;
height: 50px;
margin-left:350px;
margin-bottom: 30px;
  }

sup{
  color: red;
}

h1{
  font-family: courier;
}