#titleBox {
    position:fixed; 
    top:0; left:0;
    width:calc(70vh); 
    height:calc(70vw);
    z-index: -1;
    font-size: 2vw;
}

#titleText {
    width:50vh;
    width:min(50vh, 96vw);
    color:white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10vmin;
    font-size: max(10vmin, 1em);
    padding-left: 4vmin;

}

#mainBody {
    margin-left: 40%;
    top: 50%;
    transform: translateY(-50%);
    font-size: calc(0.5em + 2vw);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-right: 10vw;
    margin-bottom: 10vh;
    position:absolute;
    color:white;

}

@media screen and ( max-aspect-ratio: 1/1 ){
    body {
        flex-direction: column;
    }
}

polygon {
    fill:SEAGREEN;
    opacity: 0.85;
}


body {
    display:flex;
    margin:0;
    margin-top:0;
    background-image: url('cow.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

html, body { margin:0; padding:0; }