body {
    margin: 0;
    padding: 0;
    font-family: 'Courier New', Courier, monospace;
    background-color: #121212;
    color: #00ff00;
    display: flex;
    flex-flow: column;
    -webkit-text-size-adjust: none;
}

.et_pb_section_video_bg video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.et_pb_section {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
    overflow: hidden;
}
.et_pb_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.et_pb_column {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
}
.et_pb_text_inner h1 {
    font-size: 2.5em;
    margin: 0.5em 0;
}
.et_pb_image img {
    max-width: 100%;
    height: auto;
}
  
main {
    text-align: center;
}

h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    text-shadow: 0 0 10px #00ff00;
}

.tiview {
    margin: 0 auto 10px auto;
    width: fit-content;
    border-radius: 10px;
    box-shadow: 0 0 15px #00ff00, 0 0 25px #00ff00, 0 0 35px #00ff00;
}

footer {
    bottom: 10px;
    text-align: center;
    font-size: 0.9rem;
    color: #00ff00;
    padding-bottom: 5px;
}

footer a {
    color: rgb(230, 230, 230);
    text-decoration: none;
    font-weight: bold;
    font-family: sans-serif;
}

footer a:hover {
    text-decoration: underline;
}

pre {
    width: fit-content;
    margin: 0 auto 5px auto;
    font-family: "Consolas", monospace;
}

@media screen and (min-width: 800px) {
    main {
        margin-left: calc(50vw - 768px / 2 - 10px);
        width: 768px;
    }
}

@media screen and (min-width: 512px) and (max-width: 720px) {
    pre#tiresult {
        font-size: calc(var(--fs) * 0.75) !important;
    }
}

@media screen and (max-width: 512px) {
    pre#tiresult {
        font-size: calc(var(--fs) * 0.5) !important;
    }
}

@media screen and (max-width: 380px) {
    pre#tiresult {
        font-size: calc(var(--fs) * 0.39) !important;
    }
}

.cc-window.cc-floating {
    padding: 1em !important;
    -webkit-transition: opacity 0.25s ease !important;
    transition: opacity 0.25s ease !important;
}

@media screen and (max-width: 736px) {
    .cc-window.cc-floating {
        bottom: 0 !important;
    }
}

