* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 15pixel;
  background-color: #282c34;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  font-size: 1rem;
}

.app {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  color: #6e7179;
}
svg {
  margin-bottom: 2rem;
}

p.where {
  position: relative;
  margin-bottom: 0rem;
  font-size: 0.9rem;
  color: #6e7179;
  line-height: 1.7rem;
}

p.where a {
  color: #ff5b00;
  text-decoration: none;
}

p.wehere a:hover,
p.where a:active {
  text-decoration: none;
}

