*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face{
    font-family: "letras2";
    src: url("../fonts/Roboto-Thin.ttf");

}
@font-face{
    font-family: "letras";
    src: url(../fonts/Roboto-Light.ttf);
}




.redes2 {
    max-width: 680px;
    width: 680px;
    position: relative;
    margin: auto;

max-width: 340px;
bottom: -20px;


 
  
}
.redes{
position: absolute;
top:0;
left: 0%;
right: 0;
margin: auto;
display: flex;
justify-content: space-between;
padding-left: 16px;
padding-right: 16px;




}
.redes img {

    flex-direction: row;

    width: 26px;
    height: 26px;

}
.logo {
    padding-top: 30px;
position: relative;
margin: auto;
text-align: center;


opacity:0.5;


}

body {
    background-color: black;
    justify-content: center;
    align-items: center;


}
section {
    padding: 20px 10px;
    max-height: 56px;
    max-width: 680px;
    margin: auto;
}
h1 {
    padding: 15px 0px;
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
  
    text-align: center;
    font-weight: 500;
}
.button h1 {
    font-size: 14px;
}
.button {
    margin-bottom: 10px;
    height: 50px;
    background-color: rgb(41, 41, 41);
    text-decoration: none;
    font-size: 14px;
    border-radius: 0.9rem;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition-duration: 1s, 1s, 0.5s, 0.5s;
    transition-timing-function: cubic-bezier(0.08, 0.59, 0.29, 0.99), cubic-bezier(0.08, 0.59, 0.29, 0.99), cubic-bezier(0.08, 0.59, 0.29, 0.99), cubic-bezier(0.08, 0.59, 0.29, 0.99);
    -webkit-transition-property: box-shadow, transform;
   
}

.button:hover, .button:focus, .button:active{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);

    -webkit-transform: scale(1.1);
    margin-left: 30px;
    margin-right: 30px;

    transform: scale(1.1s);
    
}



html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}



.hidden {
  display: none;
}

svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

button, .buttons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}

button:hover, .button:hover {
  border-color: #cdd;
}

.share-button, .copy-link {
  padding-left: 30px;
  padding-right: 30px;
}

.share-button, .share-dialog {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  m
}

.share-dialog {
  display: none;
  width: 95%;
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
  z-index: -1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.share-dialog.is-open {
  display: block;
  z-index: 2;
}



.targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.close-button svg {
  margin-right: 0;
}

.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}

.pen-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:root {
  --primary: #a72dfa;
  --m-blue: #a72dfa;
}
.username-dev {
  margin: 0px;
  display: inline-block;
  color: rgb(255, 255, 255);
  font-size: 16px;
  cursor: default;
}
.uname-verified {
  margin: 0 0 0 .0em;
  width: 16px;
  cursor: default;

}
.verified {

  width: 100%;
  color: var(--black);
  background-color: var(--white);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 900;
  text-align: center;
  border-radius: 5px;
  font-size: 1em;
  padding: .25em;
  pointer-events: none;
  left: 0;
  transition: all .5s cubic-bezier(.175,.885,.32,1.275);
}
.verified::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  transform: rotateZ(-90deg);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid var(--white);
  position: absolute;
  top: -15px;
  left: 50%;
}
.uname-verified{
  position: relative;
  top:3px;
}