* {
  margin: 0;
  padding: 0; }

body {
  background: #1b1b1b; }

#root {
  margin-top: 10px;
  display: flex;
  flex-flow: wrap;
  justify-content: center; }

.sound {
  position: relative;
  width: 20vw;
  height: 20vw;
  max-width: 300px;
  max-height: 300px;
  min-width: 150px;
  min-height: 150px;
  margin: 5px;
  cursor: pointer;
  transition: background .2s ease; }
  .sound-claire {
    background: #69163D; }
    .sound-claire:hover {
      background: #7e1a49; }
  .sound-tytoon {
    background: #268D93; }
    .sound-tytoon:hover {
      background: #2ba0a7; }
  .sound-kami {
    background: #c34e38; }
    .sound-kami:hover {
      background: #cb5e4a; }
  .sound-ajito {
    background: #b5b92d; }
    .sound-ajito:hover {
      background: #c9cd32; }
  .sound-mv {
    background: #357bc1; }
    .sound-mv:hover {
      background: #4488cc; }
  .sound-darkus {
    background: #7b37a5; }
    .sound-darkus:hover {
      background: #893db8; }
  .sound-manu {
    background: #23605E; }
    .sound-manu:hover {
      background: #2a7370; }
  .sound-stinger {
    background: #4F5255; }
    .sound-stinger:hover {
      background: #5b5f62; }
  .sound-pythar {
    background: #9D5B0E; }
    .sound-pythar:hover {
      background: #b46910; }
  .sound-charlo {
    background: #398000; }
    .sound-charlo:hover {
      background: #449a00; }
  .sound-motta {
    background: #096527; }
    .sound-motta:hover {
      background: #0b7c30; }
  .sound-toriel {
    background: #2B4F73; }
    .sound-toriel:hover {
      background: #325c86; }

.text {
  color: white;
  font-family: monospace; }
  .text-main {
    font-size: 1.2rem;
    text-align: center;
    padding: 0 2rem;
    font-weight: bolder;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 4rem); }
  .text-author {
    text-transform: uppercase;
    position: absolute;
    bottom: .4rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem; }

.text-creator {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: .5rem;
  background: #1b1b1b; }

@media (min-width: 940px) {
  .text-main {
    font-size: 1.4rem; } }

@media (min-width: 1100px) {
  .text-main {
    font-size: 1.8rem; } }
