html {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}

body {
  font: 1em/150%  Consolas, "Courier New", Courier, monospace;
  padding: 1em;
  margin: 0 auto;
  max-width: 67em;
  line-height: 2;
  color: #2e2e2e;
}

p, li {
    line-height: 1;
    margin: 1em auto;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact_info {
    font-size: 0.8em;
    text-align: right;
    margin-right: 0
}


h1, h2, h3 {
    color: #a30b2e;
    font-variant: small-caps;
}

h4, h5, h6 {
    color: #0b7aa3;
}

.material-symbols-sharp {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 20;
  display: inline-block;
  margin-top: 0.2em;
}

.icon_text {
    display: flex;
    align-items: center;
}

p {
    text-align: center;
}
/*https://www.color-name.com/rebecca-purple.color*/
/*https://www.color-name.com/arabian-red.color*/
