* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: #eeeeec;
  min-height: 99.99vh;
  position: relative;
  width: 100%;
  border: 5px solid #ffa500;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

header {
  position: relative;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 23px 23px 0 23px;
}

.header-img{
  width: 100%;
}

.magnus-logo {
  position: relative;
  left: 0;
  top: 0;
}

.magnus-logo img {
  height: 40px;
  width: auto;
}

.Bedfords-logo {
  position: relative;
  right: 0;
  top: 0;
}

.Bedfords-logo img {
  height: 40px;
  width: auto;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.thanks-msg {
  margin-top: 76.02px;
  margin-bottom: 20px;
}

.thanks-msg p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  line-height: normal;
}

.magnus-hawki-logos {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.magnus-hawki-logos img:first-child {
  height: 25px;
  width: auto;
}

.magnus-hawki-logos img:last-child {
  height: 25px;
  width: auto;
}

.monitor {
  margin-bottom: 33px;
  display: flex;
  justify-content: center;
}

.monitor img {
  width: 290px;
  height: 252px;
  object-fit: cover;
}

.partner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.partner-visit-msg {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #505050;
  line-height: normal;
  max-width: 326px;
}

.partner-logo {
  margin-bottom: 20px;
}

.partner-logo img {
  height: auto;
  max-width: 150px;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 23px 0;
  position: relative;
  width: 100%;
}

.shop-button {
  margin-bottom: 37px;
}

.shop-button a {
  display: inline-block;
  background-color: #494f8e;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 14px 40px;
  border-radius: 25px;
  line-height: normal;
  text-align: center;
  transition: all 0.3s ease;
}

.shop-button a:hover {
  background-color: #3a3f75;
  transform: translateY(-1px);
}

.tc-msg {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #505050;
  line-height: normal;
  text-align: center;
  max-width: 390px;
}
