@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@500;700;900&display=swap");

body {
  margin: 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  background: url(/images/pattern-background-desktop.svg);
  font-size: 16px;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  margin: 40px;
  width: 450px;
  height: auto;
  border-radius: 8% 8%;
  font-weight: bolder;

  background-color: hsl(225, 100%, 98%);
}

header img {
  border-radius: 8% 8% 0 0;
}

h1 {
  font-size: 29px;
  font-weight: bolder;
  color: hsl(223, 47%, 23%);
}

p {
  padding: 0 50px;
  font-size: 16px;
  text-align: center;
  line-height: 23px;
  color: hsl(224, 23%, 55%);
}

nav {
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.prix {
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
}

.prix1 {
  color: hsl(223, 47%, 23%);
  font-weight: bolder;
}

.prix2 {
  color: hsl(224, 23%, 55%);
}

a.change {
  padding-left: 80px;
  font-size: 12px;
  font-weight: bolder;
  color: hsl(245, 75%, 52%);
}

button {
  padding: 10px 80px;
  margin: 15px 0 0 0;
  background-color: hsl(245, 75%, 52%);
  border-radius: 7px;
  font-size: 14px;
  font-weight: bolder;
  color: hsl(225, 100%, 98%);
}

.order {
  padding: 20px 0;
  font-size: 14px;
  color: hsl(224, 23%, 55%);
}

.attribution {
  width: 450px;
  padding: 10px;
  font-size: 11px;
  text-align: center;
  color: hsl(228, 45%, 44%);
}
