* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100vh;
  font-family: sans-serif;
}

div.top-batter,
div.top-bower {
  width: 900px;
  height: 500px;
  display: block;
  margin: 30px auto 20px auto;
}

h1.top-batsman-head,
h1.top-bower-head {
  text-align: center;
  margin: 0px auto 20px auto;
  font-size: 29px;
  color: rgba(255, 39, 5, 0.7);
  text-decoration: underline;
}
