#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: #181818;
   height: 100vh;
   overscroll-behavior: none;
   
}

.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;
}

