body {
  font-family: 'Red Hat Display', sans-serif;
  background-image: url("../images/pattern-background-desktop.svg");
  font-size: 16px;
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: hsl(225, 100%, 94%);
}

h1{
  color: hsl(223, 47%, 23%);
}

h2 {
  color: hsl(223, 47%, 23%);
  display: inline;
  font-size: 16px;
  position: absolute;
  top: 16px;
  margin: 0;
}

.component {
  background-color: white;
  display: inline-block;
  border-radius: 16px;
}

.component p {
  display: inline-block;
  width: 350px;
  color: hsl(224, 23%, 55%);
}

.component img {
  border-radius: 16px 16px 0 0;
  width: 400px;
}

.plan {
  text-align: left;
  margin: 24px;
  background-color: hsl(225, 100%, 98%);
  border-radius: 16px;
  position: relative;
}

.plan img{
  height: 52px;
  width: 52px;
  margin: 16px;
}

.plan p {
  width: 135px;
  position: absolute;
  bottom: 24px;
  margin: 0;
}

.plan a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  color: hsl(245, 75%, 52%);
}

.plan a:hover {
  color: hsl(223, 47%, 23%);
}

.btn1 {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  -webkit-box-shadow: 0px 20px 25px hsl(225, 100%, 94%);
  -moz-box-shadow: 0px 20px 25px hsl(225, 100%, 94%);
  box-shadow: 0px 20px 25px hsl(225, 100%, 94%);
  color: hsl(225, 100%, 98%);
  background: hsl(245, 75%, 52%);
  padding: 10px 40px 10px 40px;
  text-decoration: none;
  display: block;
  margin: 24px;
}

.btn1:hover {
  background-color: hsl(223, 47%, 23%);
}

.btn2 {
  color: hsl(224, 23%, 55%);
  text-decoration: none;
  display: block;
  margin-bottom: 32px;
}

.btn2:hover {
  color: hsl(223, 47%, 23%);
}
