
body {
  background: url("otherGraphics/industrialHell.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  font-family: Arial, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  cursor: url('guantlets/norm.png'), auto;	
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

p {
  font-size: 16px;
}

body:active 
{
  cursor: url("guantlets/clicked.png"), auto;
}

a
{
  display: inline-block;
  cursor: url('guantlets/norm.png'), auto;	
}

a:active
{
  cursor: url("guantlets/clicked.png"), auto;
}

.containerMain 
{
  width: 800px;
  margin: 0 auto;
  border-radius: 0px;
  background: url("otherGraphics/industrialHell1dark.png") repeat center center;
  border: 1px solid #000;
  padding: 10px 23px;

  color: white;
}

.containerSub1 
{
  border-radius: 0px;
  margin: 0;
  border: 1px solid #000;
  padding:  11px 12px;
  
  background: url("otherGraphics/industrialHell2.png") repeat center center;
  background-size: cover;
}

.containerSub2
{
  border-radius: 0px;
  margin: 0;
  border: 1px solid #000;
  padding: 11px 12px;
  
  background: url("otherGraphics/industrialHell2.png") repeat center center;
  background-size: cover;
  
  overflow: scroll; 
  height: 200px; 
}

.topImageWrap {
  text-align: center;
  line-height: 0;
  margin: 0;
}

.topImage {
  display: inline-block;
  vertical-align: middle;
}

.layout {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.sideCol {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
}

.centerCol {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainImage {
  display: block;
  max-width: 100%;
}

a img{
  transition: .2s;
}
a img:hover{
  transform: scale(1.02);
  
}

.splitBox {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  gap: 5px;
  box-sizing: border-box;
}

.leftSide,
.rightSide {
  width: calc(50% - 2.5px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.leftSide {
  padding: 10px 0px 16.5px 0px;
}

.rightSide {
  padding: 10px 0px 16.5px 10px;
}


