*{color: white;    font-family: monospace;}


.showoff{
    width: 100vw;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    height: 200px;
    position: relative;

}

.showoff>div{
    width: 49%;
    margin: 0%;
    margin: 0%;
    position: absolute;
    top: 0%;
    overflow: hidden;
}

.showoff>div:last-child{
    position: absolute;
    min-height: 100%;
    left: 50%;
}

.showoff>div:first-child{
    display: inline-block;
    padding-left: 50px;
    z-index: 10;
}
.showoff>div:last-child{
    display: inline-block;
    z-index: 0;
}

canvas{
    margin: 0%;
}

h2{
    font-size: xx-large;
}

div>iframe{
    height: 100%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
body,html{
    background-color: black;
    margin: 0%;
}

h1{
    padding-left:70px;
}

a{
    margin-right: 5px;
}

img{
    max-width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    border-radius: 200px;
}