* {
  padding: 0;
  margin: 0;
}
/*
body {
  /* background-color: indigo !important; *
  padding-top: 5px;
  background-repeat: repeat;
  background-image: url(images/bg-bl.jpg);
  background-position: center top;
}
*/

#header {
  width: 100%;
  background-color: rgb(184, 143, 143);
  margin: auto;
  position: fixed;
}

#container {
  width: 100%;
  /* border: turquoise; */
  /* background-color: black; */
  margin: auto;
  /* float: right; */
  padding-top: 130px;
  color: blanchedalmond;
}

.container2 {
  padding-top: 5px;
  background-repeat: repeat;
  background-image: url(../images/bg-bl.jpg);
  background-position: center top;
  width: 100%;
  border: turquoise;
  margin: auto;
  padding-top: 130px;
  color: blanchedalmond;
}

.container h1 {
  color: burlywood;
  text-transform: capitalize;
  text-align: center;
}

h2 {
  color: yellow;
  text-transform: capitalize;
  text-align: center;
}

.fight {
  color: yellow;
  font-size: 1.5rem;
  background-color: navy;
  text-align: center;
}

.lev {
  color: yellow;
  font-size: 1.5rem;
  text-align: center;
}
