html {
  background-color: whitesmoke;
  font-family: "Roboto", sans-serif;
}

body {
  margin: 0;
}

.title-bar {
  max-height: 75px;
  display: inline-flex;
  width: 100%;
  background-color: white;
  box-shadow: 0px 0px 8px 2px #000000;
  margin-bottom: 20px;
}

.title-bar .title {
  color: Black;
  font-size: 30px;
  font-weight: bold;
  padding-left: 30px;
  border-left: 10px solid #ecb200;
  display: inline-block;
  vertical-align: middle;
  height: 75px;
  line-height: 75px;
}

.title-bar .logo {
  display: inline-block;
  background-color: black;
  height: 75px;
  width: fit-content;
  padding: 0 20px;
}

.title-bar .logo img {
  vertical-align: middle;
  display: inline-block;
  max-height: 40px;
}

.title-bar .logo .text {
  line-height: 75px;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  font-size: 25px;
  display: inline-block;
  color: white;
  padding: 0 0 0 10px;
  letter-spacing: 4px;
}

.content-block {
  margin: 8px 8px 30px 8px;
}

.content-wrapper {
  max-width: 1350px;
  width: fit-content;
  margin: 0 auto;
}

.mdc-chip {
  margin: auto 0 auto 10px;
}
