
body {
  background: url("otherGraphics/rf1.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: 5px 40px;
  background: url("otherGraphics/rf4.jpg") repeat center center;
  border: 1px solid #2c395c;
  padding: 10px 23px;

  color: #2c395c;
  text-shadow:
  -1px -1px 0 white,
    1px -1px 0 white,
    -1px 1px 0 white,
    1px 1px 0 white
}

.containerSub1 
{
  border-radius: 2px 15px;
  margin: 0;
  border: 1px solid #b9a727;
  padding:  11px 12px;
  
  background: url("otherGraphics/rf5.jpg") repeat center center;
  background-size: cover;
}

.containerSub2
{
  border-radius: 2px 15px;
  margin: 0;
  border: 1px solid #b9a727;
  padding: 11px 12px;
  
  background: url("otherGraphics/rf5.jpg") repeat center center;
  background-size: cover;
  
  overflow: scroll; 
  height: 250px; 
}

.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;
}


