base
* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Menlo Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Menlo Regular'), url('Menlo-Regular.woff') format('woff');
  }
/* end base */

/* layout */

body {
  background-color: #fffff9;
  position: relative;
  font-family: "Assistant", 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 18px;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-wrap: break-word;
}

ul {
  flex-wrap: wrap;
}

ol {
  padding-left: 1em;
}

h1 {
  font-size: 2.5em;
  line-height: 3rem;
}

img,
iframe {
  border: 2px solid thistle;
}
.intro {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.intro h2 {
  display: inline;
}

h1, h2, h3, li, p {
  word-break: break-word;
}

h1, h2, h3, header span{
  font-family: 'Baloo Tamma 2', cursive;
  font-weight: 600;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
  fill: red;
}

.icon-list li::before {
  display: block;
  flex-shrink: 0;
  margin-right: .5rem;
  content: "\00BB";
}

.skills-list {
  font-size: 1.5rem;
  list-style-type: disc;
}

a { color:#3D0B37;}

.btn {
  background: #3D0B37;
}

.colour-border {
  border-right: #987284 7px solid;
  border-bottom: #987284 7px solid;
  padding: 2rem;

}

.hero {
  border-top: #F9B5AC 7px solid;
  border-left: #F9B5AC 7px solid;
}

.hero {
  background: #dfdddd61;
  position: relative;
}

.she-techs p {
font-size: 22px;
}

.she-techs a {
  text-decoration: none;
  align-items: flex-end;
}