@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    font-family: "Space Mono", "Courier New", Courier, monospace;
    background-color: rgb(255, 255, 255);
}

article {
    background-color: rgb(149, 149, 149);
    padding: 10px;
}

.projtitle {
    display: block;
    font-size: 2em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    font-style: italic;
}

article header h2 {
    display: block;
    font-size: 2.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    background-color: rgb(149, 149, 149);
}

a {
    font-family: "Jetbrains Mono", "Space Mono", "Courier New", Courier, monospace;
}

/* Title animation */

body header h1 span.cursor {
    font-weight: bold;
    font-style: italic;
    color: blue;
}

body header h1 {
    padding-left: 10px;
    font-size: 75px;
    font-weight: normal;
    font-style: italic;
}

/* Responsive iframes */

.video-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 75%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}