html {
  height: 100%;
  width: 100%;
}
html {
  font-family: "calibri", sans-serif;
}

.location {
  border: 1px solid grey;
  border-radius: 15px;
  padding: 10px;
  font-size: 120%;
}

.outside {
  display: flex;
  margin-bottom: 0.5em;
}

.icon {
  margin-right: 0.3em;
}

svg {
  width: 50px;
  height: 50px;
}

.title {
  font-weight: bold;
}

.address {
  color: grey;
  font-size: 80%
}

.start {
  background-color: #e6f5d7;
}

.end {
  background-color: #f5f0d7;
}

.team11 {
  font-family: "Brush Script MT", cursive;
  font-style: oblique;
  text-align: center;
  background: -webkit-linear-gradient(#25b81d, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading {
  margin: 1em;
  font-size: 1em;
}
