    img {
        width: 40px;
        height: 40px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    img:hover {
        transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        -moz-transform: scale(1.5);
    }
    
    video {
        float: right;
        position: relative;
        width: 320px;
        height: 178px;
    }
    
    iframe {
        border: none;
        float: left;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    
    body {
        background-color: #191970;
        /*background-image: url("boxBG.jpg");
        background-attachment: fixed;
        background-position: 0 50px;
        background-repeat: no-repeat;
        background-size: cover;*/
    }
    
    p,
    blockquote {
        font-family: 'Play';
        font-size: 16px;
        color: black;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    em {
        font-family: 'Lobster';
    }
    
    .center {
        text-align: center;
    }
    
    .item {
        font-family: "Play";
        text-shadow: 1px 0 0 black;
    }
    
    .ui .container {
        background-color: white;
    }
    
    .block {
        margin-top: 8em;
    }
    
    .block2 {
        height: 10px;
    }
    
    .block2 {
        height: 10px;
    }
    
    h1 {
        text-align: center;
        font-size: 25px;
        color: orange;
    }
    
    h2 {
        text-align: center;
        font-size: 26px;
        color: orange;
    }
    
    .divDeTest {
        display: flex;
    }
    
    .divDeTest,
    .divDisplay {
        width: 600px;
        height: 300px;
        border: 2px solid #EEE;
    }
    
    .divDeTestFine {
        display: flex;
        width: 600px;
        height: 100px;
        border: 2px solid #EEE;
    }
    
    .element {
        height: 20px;
        width: 20px;
        border: 2px solid black;
        border-radius: 20%;
        line-height: 1px;
        padding: 20px;
    }
    
    .elementFinal:hover {
        border-color: white;
    }
    
    .elementFinal {
        display: flex;
        height: 20px;
        width: 20px;
        border: 1px solid black;
        line-height: 1px;
    }
    
    .footer {
        text-align: center;
        color: orange;
    }
    
    #activeFF {
        padding-right: 20px;
    }
    
    .checkbox {
        float: right;
    }
    
    #order {
        width: 15em;
        color: black;
        background-color: grey;
        float: right;
    }
    
    #order:hover {
        color: white;
        background-color: black;
    }
    
    #shr1,
    #shr2,
    #shr3 {
        width: 200px;
    }
    
    #justifalign1 {
        line-height: 1px
    }
    
    #justifalign2 {
        line-height: 10px
    }
    
    #justifalign3 {
        line-height: 15px
    }
    
    #justifalign4 {
        line-height: 5px
    }
    
    #TestFlexAlign {
        flex-wrap: wrap;
    }
    
    #TestFinal {
        background-color: white;
    }
    
    #finalSelectCol {
        color: black;
        width: 4em;
    }