body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  background: #000;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none; 
  scrollbar-width: none; 
}

.main-container {
  position: relative;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

.main-container img.main {
  width: 100%;
  height: auto;
  display: block;
}

.overlay {
  width: 100%;
  position: absolute;
  top: 11%;
  left: 2%;
  display: flex;
}

.avatar {
  width: 13%;
  object-fit: cover;
  margin-right: 2%;
}

.top-head {
  width: 600px;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1000;
}

.heards {
  width: 100%;
  height: auto;
  display: block;
}

.avatartop {
  position: absolute;
  width: 100%;
  top: 94%;
  display: flex;
}

.top {
  width: 17%;
  margin-left: 2%;
}

.nametop {
  position: absolute;
  left: 20%;
}

.name {
  color: #fce387;
  font-size: 17px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  
}