html, body {
    height: 100%;
    margin: 0;
    font-family: Cascadia Code;
}
body {
    background-image: url('./images/tech.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%; 
    height: 100%; 
    margin: 0; 
    padding: 0;
}
.content {
    color: white;
    text-align: justify;
    font-family: Cascadia Code;
    position: absolute;
    padding: 20px;
    top: 35%;
    white-space: nowrap;
    overflow: hidden;
    width: 100%; 
    box-sizing: border-box; 
}
.content h1, h2 {
    font-size: 80pt;
    margin-top: -17pt;
    margin-bottom: 5pt;
}
.content p {
    font-size: 25.7pt;
    margin-top: -17pt;
    margin-left: 4pt;
}
#toggle {
    display: none;
}