* {
  font-family: 'Inter', sans-serif;
  color: #72777A;
}

#vue {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  position: relative;
}

h1 {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  color: white;
  font-size: 40px;
  width: 90%;
  margin-left: 5%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FAF7F5;
}

h3 {
  width: 90%;
  margin-left: 5%;
  font-size: 24px;
  color: #72777A;
  text-align: center;
}

p {
  font-size: 16px;
  color: #72777A;
  width: 90%;
  margin-left: 5%;
}

a {
  color: #72777A;
  text-decoration: underline;
}

.arrowBack {
  position: absolute;
  height: 4svh;
  width: 4svh;
  border-radius: 50%;
  background-color: white;
  border: 1px solid lightgrey;
  top: 3svh;
  left: 3svh;
  padding: 0.5svh;
}

/* Comon use svg is in container/wrapper */
svg {
  height: 100%;
  width: 100%;
}