    body {
        background: rgb(7, 14, 20);
        background: linear-gradient(90deg, rgba(7, 14, 20, 1) 0%, rgba(0, 39, 50, 1) 100%);
        color: #bebebe;
        height: 100vh;
        width: 100vw;
        margin: 0rem;
        overflow-x: hidden;
    }
    
    h1 {
        margin-bottom: 10vh;
    }
    
    .contentRow {
        margin-top: 5vh;
    }
    
    .contentRow>h2 {
        margin-bottom: 4vh;
    }
    
    .image {
        width: 100%;
        height: 40vmin;
        object-fit: cover;
        object-position: 50% 0%;
    }
    
    .textContent {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .textContent>div {
        width: 35vw;
        align-self: center;
    }
    
    .splitContent {
        margin-top: 10vh;
    }