.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
}
.home-button {
  display: inline-block;
  transition: 0.3s ease;
  padding: 15px;
  border-radius: 10px;
  margin-top: 10px;
  margin-left: 35px;
  box-shadow: 0 0 50px rgba(0,0,0,0.5)
}
.home-button img {
  width: 60px;
  height: 60px;
  object-fit:cover;
}
.home-button:hover {
  background-color: #2f4a80;
  transform: scale(1.04);
}
.casa {
  border: 3px solid white;
  display: block;
  border-radius: 10px;
}
.cor {
  display: inline-block;
  transition: 0.3s ease;
  padding: 8px;
  border-radius: 10px;
  margin-top: 10px;
  margin-right: 35px;
  box-shadow: 0 0 50px rgba(0,0,0,0.5)
}
.cor:hover {
  background-color: #2f4a80;
  transform: scale(1.04);
}
.cor img {
  width: 60px;
  height: 60px;
  object-fit:cover;
  border-radius: 40px;
}
.cores {
   border: 3px solid black;
}
body {
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32"><text y="50%" x="50%" dominant-baseline="middle" text-anchor="middle" font-size="24">🎤</text></svg>') 16 16, auto;
  background-color: #041029;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  display: flex;
  gap: 45px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 15px;
  margin-top: 10px;
}
.cantor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 375px;
  padding: 25px;
  padding-bottom: 1px;
  border-radius: 10px;
  transition: 0.3s ease;
  box-shadow: 0 0 50px rgba(0,0,0,0.5);
}
.cantor:hover {
  background-color: #2f4a80;
  transform: scale(1.05);
}
.cantor h2 {
  color: #96b2f1;
  font-family: "Fredoka", sans-serif;
  font-size: 25px;
}
.cantor img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.img-sombr {
  border: 3px solid black;
}
.img-laufey {
  border: 3px solid #c78f68;
}
.img-bruno {
  border: 3px solid #ad7e13;
}
.img-benito {
  border: 3px solid #0b832e;
}
.img-20 {
  border: 3px solid #6a0512;
}
.img-taylor {
  border: 3px solid #e8a7c7;
}
.img-miloj {
  border: 3px solid #2f2f2f;
}
.img-dragon {
  border: 3px solid #4f0505;
}
.img-fike {
  border: 3px solid #D4A017;
}
.img-dean {
  border: 3px solid #c48a7a;
}
.img-harry {
  border: 3px solid #ff4fa3;
}
.img-billie {
  border: 3px solid #39ff14;
}
input {
  border-radius: 10px;
  border: 1px solid black;
}
.temp {
  display: inline-block;
  border-radius: 10px;
  width: 80px;
  margin: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  margin-left: 45px;
  transition: 0.3s ease;
  padding: 10px;
  box-shadow: 0 0 50px rgba(0,0,0,0.5)
}
.temp:hover {
  background-color: #2f4a80;
  transform: scale(1.05);
}
.kkk {
  border-radius: 10px;
  border: 3px solid #39ff14;
  width: 70px;
  height:70px;
}
.espaco {
  display: flex;
  flex-direction: column;
  text-align:center;
  justify-content: center;
  width: 400px;
  height: 450px;
  align-items: center;
  padding: 30px;
  border-radius: 10px;
  border: 3px solid black;
  box-shadow: 0 0 50px rgba(0,0,0,0.8);
  margin: 80px auto;
  transition: 0.3s ease;
}
.espaco h1 {
  color: #96b2f1;
  font-family: "Fredoka", sans-serif;
}
.espaco h2 {
  color: #96b2f1;
  font-family: "Fredoka", sans-serif;
}
.espaco:hover {
  transform: scale(1.05);
}
form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
input {
  border-radius: 10px;
  border: 1px solid black;
  padding: 5px;
  font-size: 18px;
  transition: 0.3s ease;
  border-radius: 10px;
}
input:hover {
  background-color: white;
  transform: scale(1.05);
}
button {
  color: #96b2f1;
  background-color: white;
  transition: 0.3s ease;
  font-family: "Fredoka", sans-serif;
  font-size: 16px;
  border: 2px solid black;
  border-radius: 10px;
  width: fit-content;
  align-self: center;
  padding: 3px 10px;
}
button:hover {
  background-color: #2f4a80;
  transform: scale(1.05);
}
