.Banner{
    text-align: center;
    display:table-cell;
    height: 80px;
    width: 60px;
}
.Banner2{
  text-align: center;
  color: black;
  height: 100px;
  width: 60%;
  padding: 10px;
  padding-bottom: 5px;
  border: outset 2px;
  }
.news{
  border: outset 2px;
  height: 50px;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  overflow: hidden;
  }
div{
    color: black;
    height: 100px;
    width: 60%;
    padding: 10px;
    border: outset 2px;
    display: flex;
}
.button {
    background-color: black;
    color: white;
    text-decoration: dashed;
    padding: 2px;
    padding-left: 3px;
    padding-top: 1px;
    padding-right: 3px;
    border-radius: 35px;
    border: double;
}
.button:hover {
    background-color: crimson;
    color: black;
    cursor: grab;
}
body{
    background-color: black;
    color: white;
}
h1 {
    color: white;
}
h2 {
    color:white;
}
h3 {
    color:white;
}
.Container2{
    padding: 17px 3px 60px 3px;
    display: block;
    width: auto;
    
}
.Container1{
    cursor:crosshair;
    display: inline-table;
    padding: 3px 3px;
    border-color: floralwhite;
    margin-bottom: 10px;
    width:fit-content;
}
.Container3{
    display:block;
    padding-left: 10px;
    width:fit-content;
    margin-left: 20px;
    margin-top: 5px;
}
.Container4{
    display: block;
    padding-left: 200px;
    width: 200px;
    margin-left: 50px;
    margin-top: 5px;
}
.warp_slot2{
    padding: 17px 3px 60px 3px;
    display: block;
    width: 100%;
  }

.footsies{
  cursor: help;
}
img {
  padding-bottom: 10px;
}
.silkscreen-regular {
  font-family: "Silkscreen", sans-serif;
  font-weight: 400;
  font-style: normal;
}
p{
    color: white;
}
::-webkit-scrollbar{
    width: 10px;
    
}  
::-webkit-scrollbar-thumb {
    background-color:white;
}   
