* {
	font-family: Ubuntu;
	background-color: #e5dede;
	color: black;

	float: flex;
	justify-content: center;
	align-items: center;
	}

#content {

	display: grid;
	grid-template-columns: 1fr 1fr;

}
h1 {
	font-weight: 300;
	text-align: center;


}

      button {
      display: inline-block;
      background-color: #212B4E;
      border-radius: 8px;
      border: 3px solid #212B4E;
      color: #212B4E;
      text-align: center;
      font-size: 18px;
      padding: 18px;
      width: 220px;
      transition: all 0.5s;
      cursor: pointer;
      margin: 5px;
      }
      button span {
      cursor: pointer;
      background-color: transparent;
      color: white;
      display: inline-block;
      position: relative;
      transition: 0.5s;
      }
      button span:after {
      content: '\00bb';
      position: absolute;
      opacity: 0;
      top: 0;
      right: -20px;
      transition: 0.5s;
      }
      button:hover {
      background-color: #e5dede;
      }
      button:hover span {
      padding-right: 20px;
      color: #212B4E;
      }
      button:hover span:after {
      opacity: 1;
      right: 0;
      }
.button2 {
	text-align: center;
	margin: 0 auto;
	display: block;
	line-height: 3.25rem;
}
.order-review {
	
	
	border: dashed 2.1px #212B4E;
    padding: 27px 9px 27px 10px;
	text-align: center;


}
 form {
 	padding: 70px 50px 70px 50px;
 	color: #212B4E;


 }

input {
	padding: 5px 10px 5px 10px;
	border-color: #212B4E;
	margin-bottom: 1.5%;
	border-radius: 5px;

}
select {
	padding: 5px 10px 5px 10px;
	border-color: #212B4E;
	margin-bottom: 1.5%;
	border-radius: 5px;
}

label {

	padding-bottom: 1%	
}
body {
		margin: 0;
		padding: 0;
		

	}

.container {
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-gap: 100px;

}
.content {
	

}
.sidebar {
	max-width: 500px;
	align-items: right;
	
}
@media only screen and (min-width: 1000px) {

.container {
		grid-template-columns: 1fr 1fr;
	}
}
.thanks {
	text-align: center;

}
.thanks h2 {
	font-weight: 300;
}
.thanks h3 { 
	font-weight: 300;

 }