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

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

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

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

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

a:visited {
  color: rgba(0, 217, 255, 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, 217, 255, 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;

    height: 95%;
}

.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:ridge;
    border-color: rgba(0, 217, 255, 0.753);
    border-width: 5px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.464);
    backdrop-filter: blur(6px);
    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
{
    border-radius: 10px;
    border-style:hidden;
    scrollbar-width: none;

    background-color: rgba(0, 0, 0, 0.464);
    overflow-y: scroll;
    height: 77%;
    width: 90%;
    min-width: 200px;

    margin-bottom: 10px;
    margin: auto;
    justify-content: center;
}

.art_posts
{
    border-style:ridge;
    border-color: rgba(0, 217, 255, 0.753);
    border-width: 5px;
    border-radius: 10px;
    width: 95%;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.464);
    margin: auto;
    margin-top: 15px;

    display:flex;
    justify-content:  space-between;

    vertical-align: top;

    text-align: left;
}

.art_post_text
{
    padding-left: 5px;
    height: 100%;
    width: 50%;
}

.art_post_image
{
    height: 100%;
    width: auto;
    display: flex;
    justify-content: center;
    margin-right: 10%;
}

.title
{
    border-color: rgba(0, 217, 255, 0.753);
    height: 15px;
    border-bottom: 2px;
    border-right: 2px;
    border-bottom-style: solid;
    border-right-style: solid;
    text-align: center;
    width: 200px;
    
}