.lively{
    background: rgb(238,174,202);
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
}

h1{
    margin: 1em 0 0;
}

.main-title{
    color: #eddfef;
    text-shadow: -1px -1px 0 whitesmoke, 1px -1px 0 whitesmoke, -1px 1px 0 whitesmoke, 1px 1px 0 whitesmoke;
    text-shadow: #fc0 1px 0 0px;
    letter-spacing: 30px;
}

.branch{
    color: #896db2;

}

.massive-text{

    font-size: 10em !important;
}


.right-t{
    margin-left: auto;
}
.right{
    margin-left: auto;
    display: block;
}

.same-row-right{
    float: right;
}

.left{
    /*margin-left: 0;*/
    /*display: block;*/
}


.container-i{
    position: relative;
}

.image-t{
    position: absolute;
    border: 1px solid navajowhite;

    top: 50%;
    left: 50%;
}

.image-t-u{
    position: absolute;
    border: 1px solid navajowhite;

    top: 10%;
    left: 50%;
}

.image-top-right{
    position: absolute;
    border: 1px solid navajowhite;

    top: 10%;
    left: 55%;
}

.top-3{

    top: 3% !important;
}

.image-bottom-right{
    position: absolute;
    border: 1px solid navajowhite;

    top: 55%;
    left: 55%;
}

.image-top-left{
    position: absolute;
    border: 1px solid navajowhite;

    top: 10%;
    left: 10%;
}

.image-bottom-left{
    position: absolute;
    border: 1px solid navajowhite;

    top: 55%;
    left: 10%;
}


.space-top{
    margin-top: 3em;
}

.border-b{
    border-bottom: 3px solid #60c4c4;
    margin-bottom: 1em;
}

.outlined{

        outline-style: dashed;


        outline-width: 10px;

    outline-color: #896db2;
}

.title-2{
    letter-spacing: 3px;
        margin-bottom: 0.5em;
}

.align-r{
    text-align: right;
}

img{

    margin-bottom: 0.25em;

    border-radius: 25px;
}

.pink-text{
    color: #FF00CB;

}

.date{
    font-size: 0.75em;
}

.set{
    margin-top: 1em;
    margin-bottom: 1.75em;
    //border-left: 3px solid #fdb813;

    border-radius: 25px;
    background-color: whitesmoke;
    outline-style: dashed;


    outline-width: 1px;

    outline-color: #fdb813;
}

.set p{
    font-size: 0.9em;
}

.desc {
    padding: 0.5em 0;

}

.set-c{
    margin: 0 1.5em 0 1.5em;
}

.linkku {
    margin: 4em 0 2em 0;
    text-align: center;
}

#link-list{
    margin-left: 1em;
}

.selected {
    color: #e372bf;

}

.row{
    display: inline-block;
}

.link-text{
    padding-left: 0.5em;
}

.iso{
    max-width: 600px;
    width: 100%;
    height: auto;
}

.iso-1 {
    max-width: 500px;
    width: 100%;
    height: auto;
}

.iso-22 {
    max-width: 400px;
    width: 100%;
    height: auto;
}

.iso-3 {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.iso-270 {
    max-width: 270px;
    width: 100%;
    height: auto;
}

.iso-250 {
    max-width: 250px;
    width: 100%;
    height: auto;
}

.iso-2 {
    max-width: 200px;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 610px) {
    .massive-text{

        font-size: 8em !important;
    }

    #posts-container{

        margin: 0 auto;
    }

    .c-cont{
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    .container-i{

    }

    .image-t{
        position: static;
    }

    .image-t-u{
        position: static;
    }

    .image-top-right{
        position: static;
    }

    .image-top-left{
        position: static;
    }

    .image-bottom-left{
        position: static;
    }



    .iso-3 {
        max-width: 400px;
        width: 100%;
        height: auto;
    }

    .iso-2 {
        max-width: 400px;
        width: 100%;
        height: auto;
    }
}