﻿* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #eee;
    font-family: "Inter";
    font-size: 14px;
    box-sizing: border-box;
}

section {
    padding: 25px;
    border-bottom: 1px dotted #ccc;
    justify-content: center;
    flex-direction: column;
}

pre {
    display: flex;
    background: #fff;
    overflow: auto;
    align-items: center;
    border-radius: 4px;
    padding: 15px;
    border: 1px solid #bcbbbb;
    direction: ltr;
}

code {
    font-family: Consolas,"courier new";
}

main {
    max-width: 800px;
    margin: auto;
}

.myYboxClass {
    border-radius: 40px;
    overflow: hidden;
}

    .myYboxClass .insertYboxAjaxHere {
        padding: 17px 60px 17px 30px;
        font-size: 20px;
    }

.group-wrap {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .iframeSection a,
    .group-wrap a {
        display: inline-block;
        vertical-align: top;
        width: 200px;
        height: 150px;
        border: 1px solid #ccc;
        margin: 10px;
        text-decoration: none;
        overflow: hidden;
        position: relative;
    }

    .iframeSection img, .group-wrap img {
        width: auto;
        max-width: none;
        min-width: 100%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
        object-fit: cover;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .iframeSection a:hover img, .group-wrap a:hover img {
        -webkit-transform: translate(-50%,-50%) scale(1.05);
        transform: translate(-50%,-50%) scale(1.05);
    }

h1, h2, h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 30px 0;
}

.yBox {
    display: inline-block;
    vertical-align: top;
    width: auto;
    border-radius: 4px;
    /*background: #2316A6;*/
    /*text-decoration: none;*/
    font-size: 15px;
    color: #2316A6;
    padding: 8px 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-left: 185px;
}

    .yBox:hover {
        /*background: #4CAF50;*/
        color: #10004F;        
    }

.green {
    color: green;
}

.red {
    color: red;
}

.brown {
    color: #804000;
}

.grey {
    color: #808080;
}

.blue {
    color: blue;
}

.purple {
    color: #8000FF;
}

.blue2 {
    color: blue;
    font-style: italic;
    font-weight: bold;
}

.grey2 {
    color: #808080;
    font-size: 13px;
    font-family: Consolas,"courier new";
}
