
body{
	margin:0px;
	padding:0px;
	background-color: #121212;

}
	
content{
  display: block;
	position: relative;
	top:80px;
	margin: 20px;

  
	height: auto;
  padding-bottom: 14rem;
	color: white;
	font-family: 'Nunito Sans',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 16px;
	letter-spacing: 0.15em;

}

input[type=text], select, textarea,input[type=email] {
  width:32.5rem;
  height: 3.4rem;
  background-color: #121212;
  color: white;
  padding: 12px; /* Some padding */ 
  border: 1px solid white; /* Gray border */
  
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 3px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}


button {
  display: block;
  height: 3rem;
  background: linear-gradient(85.98deg, #E65865 -17.87%, #D11C9E 91.26%);
  background-repeat: none;
  background-size: 100%;
  
  -ms-transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  color: white;
  text-align: center;
  letter-spacing: 0.13em;
  padding-left: 22px;
  padding-right: 22px;
  
  border: none;
  cursor: pointer;

  margin-top: 40px;
}
button p{
  color: #ffffff;
  margin: auto;
  -ms-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}
/* When moving the mouse over the submit button, add a darker green color */



/* Add a background color and some padding around the form */

table{

  margin:0 7rem;

  display: block;


}
td{
  padding-right: 9rem;
  padding-bottom: 1.1rem;
}
h1{
  font-family: 'Clash Display'; sans-serif;
font-style: normal;
font-weight: 600;
font-size: 68px;
line-height: 66px;
/* or 99% */
margin-left: 7rem;
letter-spacing: 0.01em;
margin-bottom: 2.3rem;
/* Skipper Gradient */

background: linear-gradient(86.12deg, #E65865 0.64%, #D11C9E 82.63%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
footer{
    padding-top: 35px;
  }

    /* --- legal strip -------------------------------------------------------- */
  .legal-bar{
      background:#f8f8f8;                 /* light-grey bar                */
      color:#000;                         /* black text                    */

      /* centre both ways */
      display:flex;
      justify-content:center;             /* horizontal centre             */
      align-items:center;                 /* vertical centre               */

      height:48px;                        /* bar thickness                 */
      font:14px/1 'Nunito Sans',sans-serif;
      letter-spacing:0.13em;              /* same spacing as T&C line      */
      text-transform:none;                /* keep natural case             */
  }

  @media (max-width:699px){
      .legal-bar{
          height:40px;
          font-size:12px;
      }
  }
