

html {
    display: table;
    margin: auto;
}


body{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("indiHome-noBackground.png");
    background-size: cover;
    background-position: center bottom;
}




h1{
    font-size: 2.0em;
    margin-block-end: 0.05em;
    margin-block-start: 0.05em;
    font-weight: bold;
}
.highlight{
    font-size: 2em;
    font-weight: bold;
}

h2{
    font-size: 1em;
    margin-block-end: 0.1em;
    margin-block-start: 0.1em;
}




.indihome-content{
    position: absolute;
    left: 5%;
    top: 25%;
}






.indihome-line{
    height: 4em;
}

.indihome-left{
    float: left;
    width: 45%;
    text-align: right;
}

.node-left{
    padding-right: 0.5em;
}


.node-head{
    font-size: 0.8em;
}
.node-highlight{
    font-size: 1.2em;
    color: red;
    font-weight: bold;
}
.node-geo{
    font-size: 1.0em;
    font-weight: bold;
}


.indihome-right{
    float: right;
    width: 55%;
    height: 4em;
    display: flex;
    align-items: center;
}
.node-right{
    padding-left: 0.5em;
}
.node-url{
    text-align: left;
    font-size: 1.4em;
    font-weight: bold;
}





.header{
    margin: auto;
    left: 0;
    right: 0;
    margin-block-start: 1em;
    margin-block-end: 1em;
    text-align: left;
    width:auto;
    display:inline-block;
}

.red{
    color: red;
    text-shadow: 0.05em 0.05em #0008;
}


