 :root {
 
  --body-bg-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url('/aeszpaj/graphics/bg.png');


  --content: #ffcfe8; 
}

 ::-webkit-scrollbar {
  width: 0;
  background: transparent;
 }

::-webkit-scrollbar-thumb {
  background: transparent;
 }


hr {
  border: 2.5px dotted #e3306b;
  margin: 2%;
 }
 
 html, body {
  height: 100%;
  font-size: 28px;
  font-family: 'atlan';
  -webkit-text-size-adjust: none;
  margin: 0 auto;
  background-color: gray;
  background-size: cover;
  background-position: center;
  background-image: var(--body-bg-image);
  color: #7b431a;
}

 * {
  box-sizing: border-box;
}

mark {
  background-color: #ede5e5;
  border-radius: 20px;
  padding-bottom: 2%;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  color: #7b431a;
}

.right {
  font-size: 2rem;
  font-family: 'atlan-thick';
  background-image: linear-gradient(#ffd659, #ff9159);
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1.5px #f06a3a;
  text-align: right;
  padding-right: 1%;
}

.left {
  font-size: 2rem;
  font-family: 'atlan-thick';
  background-image: linear-gradient(#ffa8c5, #ff5990);
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1.5px #e3306b;
  text-align: left;
  padding-left: 1%;
}

#container {
  max-width: 750px;
  height: auto;
  margin: 0 auto;
  border: 1px solid green;
  overflow: hidden;
  background: #f7f7f7;
}

#scroll {
  height: 100%;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  background: #f1f1f1;
  text-align: center;
}

.profile {
  width: 96%;
  height: 200px;
  display: flex;
  flex-direction: column;
  padding: 1%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 2%;
}

.top {
  width: 100%;
  height: 20%;
  display: flex;
  background: #e4ddd2;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.flag {
  width: 20%;
  height: 100%;
  margin-right: 2%;
}

.flag img {
  height: 100%;
  width: 100%;
}

.name {
  width: auto;
  height: 100%;
}

.i {
  width: 5%;
  height: 100%;
}

.title {
  width: 25%;
  height: 90%;
  background-image: url('/uma/graphics/mmb/title.png');
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: .25%;
  margin-left: 40%;
  display: flex;
  justify-content: center;
}

.uma {
  width: 30%;
}

.uma img {
  height: 100%;
}

.fan {
  width: 70%;
  -webkit-text-stroke: .3px deeppink;
  color: white;
  font-size: .6rem;
  line-height: 1;
  font-family: 'atlan-bold';
  text-shadow: 1px 1px 4px deeppink;
}

.bottom {
  width: 100%;
  height: 80%;
  justify-content: center;
  align-items: center;
  background: white;
  padding: 1%;
  border-radius: 0 0 5px 5px;
  display: flex;
}

.icon {
  width: 20%;
  height: 95%;
}

.icon img{
  height: 100%;
}

.info {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 1.5%;
}

.text {
  width: 50%;
  height: 100%;
  padding-top: 0;
  font-size: .9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  line-height: .1;
}

#gallery {
width: 100%; 
height: 300px;
overflow: auto;
overflow-x: hidden;
padding: 1%;
text-align:center;
}

#gallery img {
  cursor: pointer;
}

#buttons button {
  margin-right: 8px;
  padding: 8px;
  border-radius: 3px;
  color: white;
  background: #ffa3c0;
  border: 1.2px solid #c43562;
  font-family: 'atlan-thick';
}

#buttons button.active {
  background-color: #ff9159;
  border: 1.2px solid #d47242;
}

#search {
  margin: 8px;
}

input[type="text"]{
  border-radius: 10px;
  border: 2px solid #96857a;
  padding: 0 8px;
}

button:hover{
  background-color: #ff5990;
}

#buttons {
  margin: 8px;
  padding-bottom: 1%;
  color: white;
}

 #hold {
  width: 100%;
  height: 350px;
  position: relative;
  padding: 3%;
  padding-top: 1%;
  font-size: 1.2rem;
  background-color: white;
 }
 
 #popup {
  width: 325px;
  height: 200px;
  background-color: #ffe8f0;
  border: 1.5px solid deeppink;
  display: flex;
  flex-direction: column;
 }
 
 .handle {
  width: 100%;
  height: 30.5%;
 }
  
 #ttl {
  width: 100%;
  height: 30.5%;
  background-color: #ff9142;
  padding: 2px;
  text-align: center;
  color: white;
 }
 
 #ttlsub {
  width: 100%;
  height: 69%;
  font-family: 'atlan-thick';
  text-align: center;
  padding: 5px;
  padding-top: 5px;
  background-image: linear-gradient(#82ffd7 1%, green 90%);
  color: #ffd4e3;
  -webkit-text-stroke: .2px deeppink;
 }
 
 #stats {
  width: 100%;
  height: 150px; 
  border-image: linear-gradient(to right, #ff9e4a, #ff6bb0) 1; 
  border-width: 2px; 
  border-style: solid;
  border-bottom: none;
  background-image: linear-gradient(to right, rgba(127, 227, 100,0.5),transparent), url('/aeszpaj/graphics/2ma.png'); 
  background-size: cover, 58%; 
  margin-top: 3%; 
  padding: 10px; 
  padding-top: 1%;
 }

 #stats a {
  color: white;
 }


#contain {
  width: 100%;
  height: 400px;
  background-image: url('/aeszpaj/graphics/uma.png');
  background-size: cover;
  background-position: 0 34%;
  border: 1.5px solid deeppink;
}

 #banner {
  width: 100%; 
  height: 30px !important; 
  border-image: linear-gradient(to right, #ff9e4a, #ff6bb0) 1; 
  border-width: 2px; 
  border-style: solid; 
  padding: 1%; 
  position: relative;
  background-image: linear-gradient(to left, #ff9e4a, #ff6bb0); 
  display: flex;
  align-items: center;
  overflow: hidden !important;
  color: white;
  font-size: .9rem;
 }
 
 #banner a {
  color: white;
 }

 .marquee {
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
}

  br { clear: both; }

 @media only screen and (max-width: 850px) {
}



















