* {
  margin: 0px;
  margin-inline: auto;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background-color: #E0E8FF;
  width: 1440px;
  padding: 60px 0px;
}

.container {
  margin: 0 auto;
  width: 450px;
  border: 1px solid transparent rgba(13,48,189,0.1518);
  box-shadow: 0px 40px 40px -20px rgba(13,48,189,0.1518);
  border-radius: 20px;
  background-color: #FFF;
  background-color: rgba(255,255,255,1);
  border-radius: 10px;
}


.order-summary img {
  margin-bottom: 56px;
}

.order-summary h1 {
  font-size: 28px;
  font-family: Red Hat Display;
  font-weight: 900;
  line-height: 37.04px;
  text-align: center ;
  margin-bottom: 17px;
}

.order-summary p {
  padding-left: 65px;
  padding-right: 65px;
  font-family: Red Hat Display;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: #717fa6;
  margin-bottom: 58px;
}

.order-summary a {
  padding: 17px 102px 17px 102px;
  font-family: Red Hat Display;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  background-color: #382AE1;
  border-radius: 10px;
  text-decoration: none;
}

.order-summary button {
  margin-top: 36px;
  font-family: Red;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  text-align: left;
  background-color: transparent;
  border:none;
  cursor: pointer;
  margin-bottom: 53px;
}
