* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  background: #302f2f;
  font-family: 'Roboto', sans-serif;
}

.container {
  text-align: center;
  width: 300px;
  margin: 1em auto;
}

img.avatar {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; 
  border-radius: 50%;
  width: 150px;
  height: 150px;
  padding: 0.1px;
  
}

a img{
  width: 20px;
  margin-right: 0.5rem;
  height: 30px;
}

h1 {
  font-size: 32px;
  color: #eee6e6;
  margin-top: 24px;
  margin-bottom: 8px;
}

.username {
  font-family: 'Roboto Mono', monospace;
  font-weight: 400;
  color: #202020;
  opacity: 0.8;
  font-size: 18px;
}

ul {
  list-style: none;
  margin: 48px 0;
}

ul li a {
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3b3b3b;
  color: #ececec;
  font-size: 14px;
  margin-bottom: 16px;
  border-radius: 6px;
  transition: background 400ms;
}

.page-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  height: 100vh;
  width: 100vw
}

.page-bg {
  background-color: #070707;
  background: url(https://cdn.discordapp.com/attachments/1014005879512760321/1016201603918860368/images.png) ;
  opacity: 0.6;
}


.page-bg2 {
  position: fixed;
  inset: 0;
  z-index: -1;
  height: 100vh;
  width: 100vw
}


.icon-href {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-img {
  position: absolute;
  left: 10px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.icon-text {
  flex: 7;
}


.verified {
  width: 26px;
  height: 26px;
  position: relative;
  left: 4px;
  top: 4px;
}