
canvas {
    display: block;
    position:absolute;
    top:0;
    left: 80em;
}

#descriptionBody {
    margin: 0;
    color: #2a2828;
}
.my-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 83%;
}
.descriptionInside {
    margin-top: 4em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1em;
    width: 100%;
}
.my-double-column {
    flex: 3;
}

.my-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0.5;
    margin: 1em;
    height: 100%;
    width: 100%;
}
.vlile {
    border-right: 3px solid #37b778;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 1px;
    /*background-color: #37b778;*/
    box-sizing: content-box;
    height: 100%;
}
#black {
    color: black;
}
.col-xl-5 {
    margin-top: 1em;
    margin-left: 1em;
}
.py-3 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.img-fluid {
    height: 60em;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
}

#left {
    background-color: white;
    border-color: #be3ee8;
    border-image-width: 1px;
}
#right {
    border-color: #be3ee8;
    border-image-width: 1px;
}
.list-group {
    margin-top: 1em;
}
.fa-smile:before {
    content: "\f118";
}
@font-face {
    font-family: myFirstFont;
    src: url(../fonts/fontawesome-webfont.ttf);
}

#modal-login {
    display: none;
    position: absolute;
    max-width: 50rem !important;
}
.error {
    color: red;
}
.modal-windows {
    position: absolute;
    height: 100vw;
    width: 100vw;
    top: 5vw;
    left: 10vw;
    ax-width: 50rem;
    margin-top: 5vw;
    margin-left: 20vw;
    margin-right: 20vw;
    z-index: 999;
}
.center {
    text-align: center;
}
№out-doc {
    width: 200px !important;
}
#nnn{
    /*vertical-align: middle;*/
    border-style: solid;
    border-radius: 50%;
    border-color: #1f1f1f;
    border-bottom-width: 1px;
    height: auto;
    width: 5%;
    cursor: pointer;
    transition: 2s linear;
    display: block;
    width: 100px;
    height: auto;
    /*position: absolute;*/
    /*z-index: 2;*/
    top: 0em;
    left: 31em;
}
#joke {
    margin-top: 0.5em;
}
.modal-windows {
    position: absolute;
    height: 100vw;
    width: 100vw;
    top: 0vw;
    left: 0vw;
    z-index: 999;
}

.bottom {
    /*animation: mymovefrombottom 5s;*/
    animation-timing-function: cubic-bezier(0.42,0,0.58,1);
}
@keyframes mymove {
    from {left: 900px;}
    to {left: 0px;}
}
@keyframes mymovefrombottom {
    from {bottom: 1000px;}
    to {top: 0px;}
}

.top {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);

    /*animation: mymovehover 5s;*/
    animation-timing-function: cubic-bezier(0.42,0,0.58,1);

}
@keyframes mymovehover {
    from {left: 0px;}
    to {left: 900px;}
}

#nav {
    animation: mymove 5s;
    animation-timing-function: cubic-bezier(0.42,0,0.58,1);
}