@font-face {
    font-family: VCR_OSD_MONO;
    src: url(./font/VCR_OSD_MONO.ttf);
  }

body, html{
    font-family: VCR_OSD_MONO;
    color: #2BB794;
    width:100%;
    min-height:100%;

    display: flex;
    justify-content: center;
    margin: 0;

    background-color: black;
    background-image: url(./image/bg_texture3.png);
    background-repeat: repeat;
    background-position: top left;
}

.bg_column {
    background-color:black;
    width: 500px;
    height: fit-content;
    text-align: center;
    margin-top: 10px;

    box-shadow: 0 1px 0 #2BB794 inset,
                1px 0 0 #2BB794 inset,
                0 -1px 0 #2BB794 inset,
                -1px 0 0 #2BB794 inset;
}

.header {
    background-color: #2BB794;
    height: 50px;
    padding: 20px 20px 20px 20px;
}
.header p {
    color: black;
}
.header_small {
    background-color: #2BB794;
    height: 20px;
}
.header_small p {
    color: black;
}
.header-bottom-line {
    background-color: black;
    width: 500px;
    height: 4px;

    box-shadow: 0 0px 0 #2BB794 inset,
                0px 0 0 #2BB794 inset,
                0 -1px 0 #2BB794 inset,
                0px 0 0 #2BB794 inset;
}

.header-link {
    height: 25px;
    width: 500px;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 30px;

    outline: 1px dashed #2BB794;
}
.header-link a {
    margin: auto;
}

.headline-portoflio {
    margin: 5px 0 10px 20px;
}

.content_box {
    padding: 10px 10px 10px 10px;
}

.grey_bg {
    background-color: black;
}
.grey_bg p {
    color:#2BB794;
}

.img_flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: left;
    margin-left: 10px;
}

.img_box {
    background-color: black;
    width: 140px;
    height: fit-content;
    margin: 5px 10px 10px 10px;

    box-shadow: 0 1px 0 #2BB794 inset,
                1px 0 0 #2BB794 inset,
                0 -1px 0 #2BB794 inset,
                -1px 0 0 #2BB794 inset;
}
.img_box:hover .header_small {
    background-color:#23c736;
}

.header-link a:link {
    color:#2BB794;
    text-decoration: none;
}
.header-link a:visited {
    color:#2BB794;
    text-decoration: none;
}
.header-link a:hover {
    background-color: #23c736;
    color: black;
}


.tv-box {
    display: flex; 
    justify-content: center;
    height: 400px;
    margin-bottom: 20px;
}
.tv-box-display{
    position: relative;
    height: 400px;
    width: 400px;
}
.tv-image-display {
    position: absolute;
    transform: translate( -170px, 0px);
    margin-top: 30px;
    width: 334px;
}
.tv-img-overlay {
    position: absolute;
    height: fit-content;
    transform: translate(-200px, -5px);
    z-index: 1;
}

.portfolio-header {
    height: fit-content;
    width: 500px;

    box-shadow: 0 0px 0 #2BB794 inset,
                0px 0 0 #2BB794 inset,
                0 -2px 0 #2BB794 inset,
                0px 0 0 #2BB794 inset;
}

p {
    text-align: left;
    font-size: small;
    margin: 0;
}

.bottom-box {
    height:500px;
}

.text-box{
    margin: 0 20px 0 20px;
    height: fit-content;
    padding: 20px 10px 20px 10px;
}
