:root {
  --color: #4e4e4e;
  --background-color: #fff;
  --padding: 40px;
  --margin: 40px;
  line-height: 1.5;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: 400;
  color: var(--color);
  background-color: var(--background-color);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  place-items: center center;
}

body > main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 320px;
  min-height: 100vh;
}

a {
  font-weight: 500;
  color: #674ea8;
  text-decoration: inherit;
}

a:hover,
a:active {
  color: #747bff;
}

h1 {
  font-size: 1.6em;
  line-height: 1.1;
}

main > header .logo {
  width: 100vw;
}

main > footer {
  margin-top: 50px;
  margin-bottom: 50px;
}

main > footer .logo {
  width: 100px;
}

section.nft-title {
  margin-top: -10vw;
  border: solid #bba46e 10px;
  background-color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  max-width: 400px;
}

section.nft-title .nft-image-frame {
  padding: 20px;
}

section.nft-title .nft-image {
  width: 50vw;
  max-width: 300px;
}

section.nft-details {
  margin-top: 3em;
  width: 95vw;
  max-width: 800px;
  padding: 20px;
  background-color: #f4f4f4;
}

section.nft-details div.row {
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer;
}

section.nft-details div.row:hover,
section.nft-details div.row:active {
  background-color: #eaeaea;
}

section.nft-details div.row div {
  overflow-wrap: break-word;
}

section.nft-details div.row.id  div:last-child {
  font-family: 'Lucida Console', 'Andale Mono', 'Monaco', 'Menlo', 'Courier New', 'Consolas', 'Courier New', Courier, monospace;
}

section.nft-details div.row div:first-child {
  color: #888888;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 1em;
    line-height: 1.1;
  }

  section.title {
    margin-top: -40px;
  }
}
