body,
html {
  font-size: 16px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #5a5a5a;
  margin: 0;
}

.logo-wrapper {
  background-color: #0055a4;
  height: 210px;
  margin-bottom: -50px;
  text-align: center;
  padding-top: 5vh;
}

.container {
  display: grid;
}

.content-wrapper {
  justify-self: center;
  border: rgba(0, 0, 0, 0.16);
  height: 446px;
  width:80vw;
  margin-bottom: 50px;
  box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 24px;
}

.header{
  font-size: 24px;
  padding-bottom: 48px;
}

.copyright {
  display: flex;
  justify-content: flex-end;
  color: #707070;
  padding: 10px 20px;
  font-size: 0.75rem;
}

