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


body {
  background-position: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1000px;
  background-image: url("./Fotos-e-Videos/wallpaper.jpg");
}

h1 {
  font-size: 45px;
  font-style: italic;
}

section {
  padding: 20px;
  background-color: rgb(87, 226, 219);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  width: 63vw;
  height: 25vh;
  justify-content: center;
  min-width: fit-content;
  max-height: 70vh;
  min-height: 420px;
  margin-bottom: -140px;
}

#div-buttons {
  padding: 6px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px;
}

.class-buttons {
  font-size: 50px;
  margin-left: 10px;
  border: none;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  width: 130px;
  height: 120px;
}

.class-buttons:hover {
  opacity: 0.7;
}

#button-rock {
  background-color: rgb(92, 46, 136);
}

#button-paper {
  background-color: rgb(248, 82, 82);
}

#button-scissor {
  background-color: rgb(232, 238, 142);
}

#button-lizard {
  background-color: rgb(135, 188, 223);
}

#button-spock {
  background-color: rgb(202, 101, 185);
}

#span-player-score {
  color: rgb(64, 100, 167);
  font-size: 25px;
  font-weight: bold;
}

#span-sheldon-score {
  color: brown;
  font-size: 25px;
  font-weight: bold;
}

#pan-draw-score h1 {
  font-weight: 600;
}

p {
  font-size: 20px;
  padding: 7px;
  font-weight: bold;
}

aside {
  background-color: aliceblue;
  border-radius: 12px;
  width: 50px;
  height: 32px;
  text-align: center;
  font-size: 25px;
}

#divResults {
  display: flex;
}

#pResult {
  font-size: 28px;
  color: aliceblue;
  text-align: center;
}

img {
  border-radius: 20px;
}

#divTexttoChange {
  display: flex;
  text-align: center;
  text-align: center;
  justify-content: center;
  margin: auto;
  text-align: right;
  margin-bottom: 8px;
}

#d {
  display: flex;
  justify-content: center;
  text-align: center;
}

#divVideo {
  position: absolute;
  top: 800px;
}

#button-git {
  font-size: 190%;
}
#myLinks{
  position:fixed;
  padding: 2px;
  background-color: blueviolet;
  top: 10px;
  border-radius: 20px;
  width: 26vw;
  height: 4vw;
  text-align: center;
  box-shadow: 0 0 40px rgb(161, 101, 190);
  }
#myLinksDiv{
}
.myLinksIcons{
  display: inline-block;
  width: 4vw;
  transition: 0.4s;
}
.myLinksIcons:hover{
  scale: 1.2;
}



@media only screen and (max-width: 600px) {
  #div-buttons {
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }

  body {
    height: 240vh;
    flex-direction: column;
  }

  section {
    padding: 10px;
    background-color: rgb(87, 226, 219);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    width: 90vw;
    height: 190vh;
    justify-content: center;
    min-width: fit-content;
    max-height: 200vh;
    min-height: 420px;
    margin-bottom: 1px;
  }

  #div-buttons {
    padding: 6px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }

  #divTexttoChange {
    display: flex;
    text-align: center;
    text-align: center;
    justify-content: center;
    margin: auto;
    text-align: right;
    margin-bottom: 8px;
  }

  #d {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }

  #divVideo {
    position: inherit;
    bottom: 0px;
  }

  #divTexttoChange {
    flex-direction: column;
  }

  #divResults {
    flex-direction: column;
  }

  #v {
    height: 380px;
  }
}
