* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  background-image: linear-gradient(to bottom right, #000000, #255a7e);
  background-size: auto;
}

.campo {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  width: 100vw;
  height: 100vh;


  /* background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(to bottom right, #000000, #255a7e); */
  /* background-image: url(https://media.tenor.com/6Yu4lwkke20AAAAd/night-sky-haynes.gif); */

}

.user {
  display: grid;
  text-align: center;
  justify-content: center;
  color: white;
}

.user .foto {
  position: relative;
  margin: auto;
}



.foto {
  width: 150px;
  height: 150px;
  background-image: url(./src/foto2.jpg);
  background-size: cover;
  border-radius: 50%;
}

h1,
h2,
h3 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1 {
  margin-top: 15px;
  font-size: 20px;
}

h2 {
  font-size: 18px;
  margin-top: 15px;
}

h3 {
  font-size: 18px;
  margin-top: 5px;
}


/* //--AREA DE BAIXO------------------------------------- */


.div-baixo {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  justify-content: center;

  width: 100%;
  max-width: 680px;

}



.thumb1,
.thumb2,
.thumb3,
.thumb4 {
  position: relative;
  margin-left: 18px;
  justify-content: left;
  width: 45px;
  height: 45px;

}

.thumb1 {
  background-image: url(./src/iconsB/devlogoB.png);
  background-size: cover;
  position: relative;
  margin-left: 18px;
  justify-content: left;
  width: 45px;
  height: 45px;
}

.thumb2 {
  background-image: url(./src/iconsB/inB.png);
  background-size: cover;
}

.thumb3 {
  background-image: url(./src/iconsB/gitB.png);
  background-size: cover;
}

.thumb4 {
  background-image: url(./src/iconsB/instaB.png);
  background-size: cover;
}


.grupo-horizontal {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 680px;
  height: 150px;
  background-color: yellow;
}

.campo-meio {
  margin-top: 15px;
  display: flex;
  align-items: center;
  width: 98vw;
  max-width: 670px;
  height: 56px;
  border-radius: 30px;
  background: rgba(27, 27, 27, 0.404);
  border: solid 1px #b9f4ff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.452) color: white;
}

.text-meio {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;

  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;

  width: inherit;
  text-align: center;
  max-width: 676px;
  height: inherit;
  color: rgb(255, 255, 255);

}

.campo-centro {
  display: block;
  justify-content: center;
  width: 680px;
}



.campo-meio:hover {
  background-color: #b9f4ff;
  transform: scale(1.03);
  transition: transform 0.3s ease;

}

.campo-meio:hover .thumb1 {
  background-image: url(./src/iconsB/devlogoP.png);
}

.campo-meio:hover .thumb2 {
  background-image: url(./src/iconsB/inP.png);
}

.campo-meio:hover .thumb3 {
  background-image: url(./src/iconsB/gitP.png);
}

.campo-meio:hover .thumb4 {
  background-image: url(./src/iconsB/instaP.png);
}



.text-meio:hover {
  color: black;

}

.campo-meio a:hover {
  color: black;

}

.sociais {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  color: white;
  font-size: 16px;
  text-align: center;


}

.sociais div {
  margin: 0px 10px;

}

.insta-s {
  background-image: url(./src/iconsB/instaB.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.twitch-s {
  background-image: url(./src/iconsB/twitchB.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.youtube-s {
  background-image: url(./src/iconsB/youtubeB.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.linkedin-s {
  background-image: url(./src/iconsB/inB.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.email-s {
  background-image: url(./src/iconsB/emailB.png);
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 30px;
}

.sociais div:hover {
  transform: scale(1.13);
  transition: transform 0.1s ease;

}