body {
  margin: 0px;
  padding: 0px;
  background: #683e3e url("/assets/images/broplease.png") repeat-y center top;
  text-align: center;
  font: small "Trebuchet MS", Verdana, Arial, Sans-serif;
  color: #333;
}

header {
  position: relative;
  background-color: #180303;
  box-sizing: border-box; 
  width: 750px; 
  padding: 15px;
  margin: 0px auto 32px auto; 
  border-bottom: 1px solid #070202;
  display: flex;
  flex-direction: row;
  justify-content: space-between; 
  align-items: center;
}

.logo {
  width: 300px;
  height: auto; 
  display: block;
}

/* Sizing the container for the Flash animation */
#buttons {
  width: 400px;  /* Match your Flash Document width */
  height: 60px;  /* Match your Flash Document height */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Forces the automatically generated player to fill the box perfectly */
#buttons ruffle-player {
  width: 100%;
  height: 100%;
}

header p {
  margin-top: 16px;
  margin-bottom: 0px;
}

a {
  color: #2563eb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}