body {
  margin: 0;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: "Georgia", serif;
}

.card {
  width: 720px;
  height: 420px;
  background: #7b1414;
  color: white;
  position: relative;
  padding: 60px;
  box-sizing: border-box;
}

/* Logo section */
.logo-row {
  display: flex;
  align-items: center;
}

.logo-box {
  width: 90px;
  height: 90px;
  border: 3px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*.logo-a {*/
/*  font-size: 48px;*/
/*  font-weight: bold;*/
/*}*/

/*.divider {*/
/*  width: 2px;*/
/*  height: 80px;*/
/*  background: white;*/
/*  margin: 0 20px;*/
/*}*/

.brand-text h1 {
  margin: 0;
  font-size: 48px;
  letter-spacing: 2px;
}

.brand-text h2 {
  margin: 0;
  font-size: 26px;
  font-weight: normal;
}

.brand-text p {
  margin-top: 5px;
  font-size: 14px;
}

/* Bottom services bar */
.services {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid white;
  border-radius: 40px;
  padding: 12px 28px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
