body {
  padding: 10px;
  font-family: "Georgia", "Helvetica", "Arial";
  background-color: lightgrey;
}

.page {
  display: flex;
  padding: 5px;
}

h1 {
  background-image: url(detroit1.jpg);
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
}

#title {
  color: blue;
  border: 5px solid black;
  padding: 5px;
  font-weight: bold;
  display: flex;
}

#teams {
  padding-bottom: 10px;
  background-color: lightgray;
}
#teams :hover {
  background-color: blue;
  color: white;
}

.schedule {
  border: 2px solid black;
  font-weight: bold;
  border-width: 20%;
  min-width: 15%;
  color: Navy;
  font-size: 20px;
}

#head {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  font-weight: bold;
  border-width: 30%;
}

.tiger {
  text-decoration: underline;
}

#tigsgame {
  font-size: 15px;
  font-weight: lighter;
  color: Navy;
}

.over {
  font-size: 15px;
  font-weight: lighter;
  color: red;
}

#vacation {
  padding-left: 5px;
  height: 100%;
  min-width: 60%;
}

.cap {
  color: white;
  font-weight: bold;
  text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px;
}

.break {
  border: 1px solid black;
  font-weight: bold;
}

.chat {
  display: flex;
}

.more {
  border: 1px solid black;
  text-align: Center;
  font-weight: bold;
}

.right {
  position: relative;
  min-width: 20%;
}

.less {
  display: flex;
  padding: 4px;
  border: 1px solid black;
  font-weight: bold;
}

.breakl {
  border: 1px solid black;
  color: blue;
}

.lion {
  color: blue;
}

#headl {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  font-weight: bold;
  border-width: 30%;
  color: blue;
}

.main-storyl {
  padding: 5px;
  font-weight: 600;
}

.top-story {
  text-decoration: underline;
  font-weight: bold;
}

.middle {
  text-align: center;
  width: 100%;
}

.red {
  color: red;
}

#headr {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  font-weight: bold;
  border-width: 30%;
  color: red;
}

.breakr {
  border: 1px solid black;
  color: red;
  font-weight: bold;
}

.breakt {
  border: 1px solid black;
  color: navy;
  font-weight: bold;
}/*# sourceMappingURL=project.css.map */