/* GLOBAL */

#content {
  padding: 30px;
  margin: 10px;
}

body {
  font-family: "Roboto", sans-serif;
}

.image-container img {
  width: 200px;
  height: auto;
  margin: 0;
  padding: 0;
}

/* END OF GLOBAL */

/*START OF THE TOP PART*/

.thank-you-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin: 15px auto;
}

.logo-image {
  width: 200px;
  height: 100px;
}

.coach-face {
  margin: 10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #008cff;
}

.bottom-text {
  display: flex;
  flex-direction: column;

  margin-bottom: 10px;
  padding: 20px;
}

.confirmed-message {
  align-self: center;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 14px;
}

.coach-name {
  font-weight: 600;
}

.bottom-subtitle {
  margin-top: 0;
  margin-bottom: -30px;
  font-weight: 300;
}

/*END OF THE TOP PART*/

/* START OF THE MIDDLE PART */

.middle-part {
  margin: 15px auto;
}

.meeting-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.vignette-circle {
  width: 20px;
  height: 20px;
  background-color: #008cff;
  border-radius: 50%;
  margin-right: 7px;
}

.meeting-name {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.logo {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}

.sent-message {
  text-align: center;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 6px;
}

/*END OF THE MIDDLE PART*/

/*START OF THE END PART*/

.links {
  margin: 15px auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
}

.links:first-of-type {
  margin-top: 15px;
}

.link {
  display: flex;
  gap: 5px;
  justify-content: flex-start;
}

.link .link-name {
  margin: 0;
  padding: 0;
}

.arrow {
  padding-top: 4px;
}

.link-name {
  text-align: left;
  align-self: flex-start;
}

.anchor-text {
  text-decoration: none;
  color: #008cff;
}

/* END OF THE END PART */
