:root {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

.bwds-container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #002fc7;
  background-image: url("./background-image.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

p {
  font-family: sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #323038;
  margin: 0;
  padding: 0 0 2rem 0;
  text-align: left;
}

.bwds-card {
  max-height: 80vh;
  border-radius: 0.6rem;
  overflow-y: auto;
  padding: 4.5rem;
  background: #FFFFFF;
  width: 50vw;
}

h1 {
  display: inline-block;
  text-align: left;
  font-size: 3rem;
  font-weight: 500;
  padding: 0 0 3.5rem 0;
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
}

h2 {
  margin: 0 0 0.5rem 0;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  font-size: 2.2rem;
  padding: 0 0 1rem 0;
}

h3 {
  text-align: left;
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.01rem;
  padding: 0;
  font-size: 1.3rem;
  font-weight: 600;
}

.bwds-card::-webkit-scrollbar {
  width: 0.1rem;
  height: 0px;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  background-image: url("./logo-horizontal.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 3rem 5rem 3rem;
  padding: 1.8rem;
  text-align: left;
  display: block;
  margin: 0;
  margin-bottom: 2rem;
  padding: 1.4rem 6rem;
  float: right;
}

.logo:hover {
  text-decoration: none;
}

.logo:focus {
  text-decoration: none;
}
