* {
    box-sizing: inherit;
}

html, body {
  height: 100%;
  margin: 0;
}

html {
    box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 0;
}

/*.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.contents {
  max-width: 900px;
  padding: 0 20px;
  text-align: center;
}*/

.froggo {
  position: absolute;
}

.name {
  font-family: "Comic Sans MS", "Comic Sans", cursive;
}

/*a {
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  color: inherit;
  padding: 5px;
}

a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  transition: all 0.3s;
}
*/