html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

svg {
  position: absolute;
  width: 80vh;
  height: 80vh;
  max-width: 80vw;
  max-height: 80vw;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0px);
  -ms-transform: translate3d(-50%, -50%, 0px);
  -webkit-transform: translate3d(-50%, -50%, 0px);
  transform: translate3d(-50%, -50%, 0px);
}

* {
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "tnum";
  -moz-font-feature-settings: "tnum";
  -ms-font-feature-settings: "tnum";
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  stroke-width: 0;
}

body {
  background: #f3f6f7;
}
body .f1 {
  fill: #181f22;
}
body .f2 {
  fill: #f3f6f7;
}
body.frog {
  background: #181f22;
}
body.frog .f1 {
  fill: #0ef998;
}
body.frog .s1 {
  stroke: #0ef998;
}
body.frog .f2 {
  fill: #181f22;
}
body.frog .s2 {
  stroke: #181f22;
}
body.sol {
  background: #181f22;
}
body.sol .f1 {
  fill: #f90e5a;
}
body.sol .s1 {
  stroke: #f90e5a;
}
body.sol .f2 {
  fill: #181f22;
}
body.sol .s2 {
  stroke: #181f22;
}
body.wasp {
  background: #181f22;
}
body.wasp .f1 {
  fill: #fff532;
}
body.wasp .s1 {
  stroke: #fff532;
}
body.wasp .f2 {
  fill: #181f22;
}
body.wasp .s2 {
  stroke: #181f22;
}
body.terra {
  background: #e76054;
}
body.terra .f1 {
  fill: #ecf1cc;
}
body.terra .s1 {
  stroke: #ecf1cc;
}
body.terra .f2 {
  fill: #e76054;
}
body.terra .s2 {
  stroke: #e76054;
}
