html, body
{
  overscroll-behavior: none;
}

/* -----  BUTTONS  ----- */
button
{
  background: none;
  border: none;
  cursor: pointer;
}

.button-image
{
  height: 140px;
}

.user-image
{
  width: 200px;
  height: 110px;
}

.button-section
{
  display: flex;
  border: 2px solid white;
  border-radius: 10px;
  justify-content: center;
  height: 180px;
  margin-bottom: 10px;
}

.honda
{
  height: 105px;
}


/* -----  BODY  ----- */
body
{
  background-color: rgb(80, 97, 151);
}

.page-container
{
  margin: 0 auto;
  width: 800px;
}

.logo-header
{
  text-align: center;
}

.dpi-logo
{
  width: 600px;
}

.main-header
{
  margin: 5px 0 50px 0;
  font-family: "Arial";
  font-size: 50px;
  font-weight: bold;
  color: white;
}

.selection-grid
{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 15px;
  margin-top: 3%;
}

.label
{
  text-align: center;
  font-family: "Verdana";
  font-size: 18px;
  text-decoration: none;
  color: white;
}