body 
{
  background-image: url("../images/about/background.JPG");
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: 100% 100%;
  text-align: center;
}

h1 
{
  color: rgba(0, 255, 4, 0.753);
  text-align: center;
}

p 
{
  font-family: verdana;
  font-size: 12px;
  color: rgba(0, 255, 4, 0.753);
}

h2
{
    vertical-align: top;
    display: inline-block;
}

a:link {
  color: rgba(0, 255, 4, 0.753);
}

a:visited {
  color: rgba(0, 255, 4, 0.753);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: lime;
  background-color: transparent;
  text-decoration: underline;
}

.container
{
    position:absolute;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
    
    align-items: center;
    justify-content: center;
    display: inline-block;
}

.content_main
{
    width: 100%;

    border-style:ridge;
    border-color: rgba(0, 255, 4, 0.753);
    border-width: 5px;
    border-radius: 10px;

    align-items: center;
    justify-content: center;

    padding-left: 20px;
    padding-right: 20px;

    background-color: rgba(0, 0, 0, 0.464);
    backdrop-filter: blur(6px);

    max-width: 800px;

    vertical-align: top;
    display: inline-block;

    margin: 20px;
}

.content_side
{
    align-items: center;
    justify-content: center;
    width: auto;

    vertical-align: top;
    display: inline-block;
    width: 30%;
    min-width: 300px;
    margin: 20px;
}

.tiny_tabs
{
    width: 100%;
    min-height: 342px;
    border-style: solid;
    border-color: black;
    border-width: 3px;
    border-radius: 10px;
    background-color: whitesmoke;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.header
{
    height:auto;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header_buttons
{
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin-right: 30px;
}

.content_box
{
    height: 90%;
    width: 30%;
    margin: 1%;
    min-width: 200px;
    vertical-align: top;
    display: inline-block;
    text-align: justify;
}