body {
  margin: 0;
  padding: 0;
}

.back {
  background-color: black;
}

header {
  height: 65px;
  background-color: black;
}

/* header img{
  float: left;
  width: 80px;
  padding-top: 10px;
  margin-right: 50px;
  margin-left: 20px;
} */

header a {
  padding-left: 22px;
  padding-right: 22px;
  text-decoration: none;
  float: left;
  line-height: 65px;
  /* background-color: black; */
  color: white;
  font-size: 18px;
}

.left {
  margin-left: 10px;
}

.header-menu:hover {
  background-color: rgb(40, 40, 41);
}

.search {
  float: left;
  font-size: 18px;
  margin-left: 22px;
  color: white;
}

.search input {
  opacity: 0.7;
}

.login {
  float: right;
  margin-right: 30px;
}

.image {
  background-image: url(img/stadium-g161804098_1920.jpg);
  background-size: cover;
  height: 600px;
  /* opacity: 1.5; */
  position: relative;
}

.image::before {
  content: ' ';
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.image h2 {
  color: white;
  -webkit-text-stroke:1px #000;
  font-size: 45px;
  font-weight: 900;
  padding-top: 120px;
  padding-left: 30px;
  line-height: 150px;
  position: absolute;
}

.exp {
  color: white;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  font-size: 20px;
}

.menu {
  /* padding-top: 20px; */
  float: left;
  background-color: whitesmoke;
}

.menu-title {
  /* text-align: center; */
  line-height: 65px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  background-color: rgb(44, 43, 43);
  height: 65px;
  margin-top: -20px;
  padding-left: 30px;
}


.league {
  box-sizing: border-box;
  float:left;
  width: 17%;
  /* color: white; */
  margin-left: 30px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.league img {
  width: 85%;
  height: 120px;
  text-align: center;
}

.league-title {
  text-align: center;
  font-weight: bold;
}

.member {
  /* text-align: center; */
  margin-left: 30px;
}

.center {
  text-align: center;
}

.clear {
  clear: left;
}

.game {
  box-sizing: border-box;
  float:left;
  width: 22%;
  /* color: white; */
  margin-left: 30px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 50px;
}
.game img {
  width: 100%;
  height: 150px;
  text-align: center;
}

.game-title {
  color: white;
  background-color: black;
  margin-bottom: -1px;
  padding-left: 10px;
}

.game1 {
  position: absolute;
  margin: 0;
  padding: 0;
}

.time1 {
  position: relative;
  top: 125px;
  /* right: 10px; */
  /* left: 220px; */
  background-color: black;
  color: white;
  /* display: inline; */
}

.game2 {
  position: absolute;
  margin: 0;
  padding: 0;
}

.time2 {
  position: relative;
  top: 125px;
  /* left: 220px; */
  background-color: black;
  color: white;
  /* display: inline; */
}

.game3 {
  position: absolute;
  margin: 0;
  padding: 0;
}

.time3 {
  position: relative;
  top: 125px;
  /* left: 220px; */
  background-color: black;
  color: white;
  /* display: inline; */
}

.game4 {
  position: absolute;
  margin: 0;
  padding: 0;
}

.time4 {
  position: relative;
  top: 125px;
  /* left: 220px; */
  background-color: black;
  color: white;
  /* display: inline; */
}

.team {
  color: white;
  background-color: black;
  margin-top: -6px;
  padding-left: 10px;
}

.member i {
  margin-right: 5px;
}

.member {
  padding: 15px 0 80px 0;
}

.member a {
  margin-right:15px;
}

.mail {
  background-color: rgb(0, 0, 0);
  color: white;
  padding: 15px;
  text-decoration: none;
  border-radius: 5px;
}

.google {
  background-color: rgb(255, 175, 2);
  color: white;
  padding: 15px;
  text-decoration: none;
  border-radius: 5px;
}

.facebook {
  background-color: rgb(30, 64, 255);
  color: white;
  padding: 15px;
  text-decoration: none;
  border-radius: 5px;
}

.twitter {
  background-color: rgb(58, 199, 255);
  color: white;
  padding: 15px;
  text-decoration: none;
  border-radius: 5px;
}

.line {
  background-color: rgb(39, 228, 39);
  color: white;
  padding: 15px;
  text-decoration: none;
  border-radius: 5px;
}

.menu-exp {
  font-size: 18px;
  padding: 10px 0 0 30px;
}

footer {
  height: 50px;
  background-color: black;
}

footer a {
  /* width: 100%; */
  color: white;
  text-decoration: none;
  padding: 15px 10px 15px 10px;
  /* padding-right: 20px; */
  line-height: 50px;
}

footer a:hover {
  background-color: rgb(40, 40, 41);
} 

.footer {
  margin-left: 30px;
}
