body {
  font-family: "Roboto", "Helvetica neue", Arial, Helvetica, sans-serif;
  margin: 0;
  overflow: hidden;
  /* margin-top: 20px; */
}

a {
  text-decoration: none;
  color: inherit;
}

.title {
  /* background: #3080c2; */
  color: #fff;
  /* padding: 5px; */
  font-weight: 900;
  font-size: 140%;
  width: 100%;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 5px;
}
.wrapper-200 .title {
  font-size: 120%;
}

.wrapper {
  background: #0f3b5c;
  width: 270px;
  height: 270px;
  color: #fff;
  padding: 10px;
  padding-top: 5px;
  font-weight: 700;
  color: indianred;
  text-align: center;
  border: solid 2px#1E5279;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-200 {
  width: 180px;
}

.generate-wrapper {
  margin-top: 10px;
}
.label {
  width: 100%;
  color: rgb(190, 190, 190);
  margin-bottom: 5px;
  font-weight: 300;
}
.infections {
  font-size: 180%;
  font-weight: 900;
}
.infection-number {
  color: indianred;
}
.details {
  border-top: dotted 1px #2b6ea1;
  margin-top: -4px;
  padding-top: 6px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  width: 100%;
}
.box {
  /* background: #3080c2; */
  color: #fff;
  padding: 4px;
  border-radius: 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 80%;
  letter-spacing: 0.3px;
}
.box-title,
.label {
  font-size: 100%;
  font-weight: 700;
  margin-bottom: 5px;
}
.box-number {
  color: indianred;
  font-size: 180%;
  font-weight: 900;
  margin-bottom: 3px;
}
svg {
  width: 100%;
  height: 60px;
  /* border: solid 1px gray; */
}
.date {
  font-weight: 300;
  color: rgb(202, 202, 202);
  font-size: 90%;
  margin-top: 5px;
}
.text {
  fill: #7fcd5c;
  font-size: 130%;
}
.link {
  width: 100%;
  font-size: 70%;
  margin-top: 3px;
}
.link a {
  color: rgb(190, 190, 190);
  font-weight: 300;
  text-decoration: none;
}
.infections * {
  display: inline-block;
}
.arrow img {
  width: 25px;
}
.arrow-up img {
}

.previous * {
  display: block;
}
.previous-label {
  font-size: 35%;
  color: #fff;
  font-weight: 300;
}
.previous-number {
  /* font-size: 45%; */
  color: #fff;
  font-weight: 300;
}
.change {
  font-weight: 700;
  font-size: 55%;
}
.change-two {
  font-size: 120%;
  font-weight: 700;
}
