* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background-color: rgb(226, 206, 206);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

nav {
  background-color: #F9A825;
  border-radius: 10px; 
}

.statistic {
  font-size: 8em;
}

.card {
  min-height: 200px;
  border-radius: 10px;
}

.activator {
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .statistic {
    font-size: 5em;
  }
}

@media screen and (min-width: 0px) {
  .global {
    position: relative;
    margin: 0 auto;
    width: 500px;
    height: 300px;
  }
}

@media screen and (min-width: 800px) {
  .global {
    position: relative;
    margin: 0 auto;
    width: 1024px;
    height: 768px;
  }
}