div.blockimg
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 800px;
}

div.abouttext
{
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*height: 360px;*/
    font-family:verdana;
    color:darkgray;
    /*text-align: left;*/
    /*text-align: center;*/
    /*text-align: right;*/
    font-style: normal;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.1em;
    /*max-width: 600px;*/
    /*min-width: 400px;*/
}

div.introtext
{
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*height: 360px;*/
    font-family:verdana;
    color:darkgray;
    /*text-align: left;*/
    text-align: center;
    /*text-align: right;*/
    font-style: normal;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.1em;
    /*max-width: 600px;*/
    /*min-width: 400px;*/
}

div.blockfooter
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.main-table
{
	border: 0px;
	/*width: 50%;*/
    max-width: 600px;
    min-width: 400px;
	table-layout: fixed;
	border-spacing: 0px;
}

.fade-table
{
	border: 0px;
	/*width: 50%;*/
    max-width: 1024px;
    min-width: 1024px;
	table-layout: fixed;
	border-spacing: 0px;
}

/* Biome concept-art */

.fadein img {
    position:absolute;
    top:200;
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 16s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 24s;
}

-webkit-keyframes fade {
    0% {opacity: 0;}
    10% {opacity: 1;}
    17% {opacity: 1;}
    27% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes fade {
    0% {opacity: 0;}
    10% {opacity: 1;}
    17% {opacity: 1;}
    27% {opacity: 0;}
    100% {opacity: 0;}
}

#f1 {
    background-color: black;
}
#f2 {
    -webkit-animation-delay: -20s;
    background-color: black;
}
#f3 {
    -webkit-animation-delay: -16s;
    background-color: black;
}
#f4 {
    -webkit-animation-delay: -12s;
    background-color: black;
}
#f5 {
    -webkit-animation-delay: -8s;
    background-color: black;
}
#f6 {
    -webkit-animation-delay: -4s;
    background-color: black;
}
