* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", system-ui;
  line-height: 1;
  font-weight: 400;
  color: #58595b;
  overflow-x: hidden;
}

p,
ul {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}

/* ************************************** */
/* REUSABLE COMPONENTS */
/* ************************************** */

.container {
  max-width: 130rem;
  padding: 0 3.2rem;
  margin: 0 auto;
}

/* ************************************** */
/* HELPER CLASSES */
/* ************************************** */

.margin-bottom-large {
  margin-bottom: 8.6rem;
}

.margin-bottom-medium {
  margin-bottom: 3rem;
}

.padding-top-large {
  padding-top: 8rem;
}

.centre {
  text-align: center;
}

/* ************************************** */
/* HOLDING PAGE */
/* ************************************** */

.section-holding {
  background: rgb(255, 255, 255);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 34%,
    rgba(230, 230, 230, 1) 100%
  );

  position: relative;
}

.holding {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  height: 100vh;
}

.vanguard-logo {
  height: 32rem;
  margin-bottom: 6.2rem;
}

.holding-p,
.holding-link {
  text-align: center;
}

.holding-link {
  font-family: "Roboto", system-ui;
  line-height: 1;
  font-weight: 400;
  color: #58595b;

  text-decoration: none;

  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}

.orange-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}
