#glazing
{
height: 3.5rem;
width: 5rem;
}

html, body {
   max-width: 100vw;
   overflow-x: hidden;
}

body {
   background-image: url("../images/background_new.gif");
   background-size: 150px;
   background-position: center;
   background-color: #181818ad;
   height: 100vh;
   overscroll-behavior: none;
   backdrop-filter: blur(0.9px);
}

.bg-primary
{
background-color: #7132CAAA !important

}

.text-secondary
{
color: #633e72 !important;
}

#lord
{
background-color: #633e72c9;
border: solid;
border-radius: 20px;
border-width: 4px;
border-color: #280137;
width: 30rem;
height: 19rem;
}

#showcase
{
text-align: center;
margin-left: 25%;
width: 100%;
}

.buttons
{
background-color: black;
}

#tails
{
background-color: #633e72c9;
backdrop-filter: blur(100px);
}


.showcases
{
width: 14.5rem;
height: 15rem;
}
