:root {
  font-size: 62.5%;
}

.navbar {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: white;
  margin: 0;
  padding: 0;
  height: 100%;
}

.brand-title {
  display: flex;
  align-items: center;
  min-width: 30%;
}

.header-name {
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 4.5rem;
  letter-spacing: 0.05em;
  color: #cc5500;
}

.lastname {
  font-weight: normal;
}

.nav-name {
  margin-left: 10%;
}
.nav-name > a {
  text-decoration: none;
}

:root {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  max-width: 250rem;
  width: 100%;
}

/* TEXT */
h5 {
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.1em;
}

p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.3rem;
  color: #cc5500;
}

/* MIXINS */
.button,
.btn__erfarenhet {
  background-color: white;
  border-left: 0.08em solid;
  width: 25rem;
  height: 7rem;
  border: none;
  border-bottom: 0.1rem solid #cc5500;
  margin-top: 1rem;
  transition: all 0.2s ease-in-out;
}
.button:hover,
.btn__erfarenhet:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.button > a > a {
  text-decoration: none;
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.1em;
  color: #cc5500;
}
