.background {
  background-image: url("../src/background.jpg");
  background-color: rgba(255, 255, 255, 0.975);
  background-blend-mode: overlay;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
}

.everything {
  max-width: 70%;
  margin: 0 auto;
}

.header {
  text-align: center;
  margin-top: 3em;
}

.board {
  text-align: left;
  border-bottom: 1px #e5e5e5 solid;
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.board h2 {
  text-align: center;
}

.board p {
}

.board img {
  text-align: right !important;
  display: block;
}

.title-container {
  white-space: nowrap;
  text-align: center !important;
}

.flags {
  display: inline-block; 
}

.title {
  text-align: center !important;
  display: inline-block; 
  white-space: nowrap;
}

.aboutme { 
  width: 100%;
  text-align: center;
}

.aboutme-text {
  text-align: center;
}
