html {
    font-family: Sans-Serif;
    font-size: 10px;
    line-height: 1.4;
    font-weight: lighter;
}

img {
    width: 100%;
    height: 100%;
}

a {                                                                             
    text-decoration: underline; 
    color: inherit;
    font-weight: bold;
}

a:hover {
    color: lightgrey;
}

.image-container {
    position: relative;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 97vw;
    height: 45vw;
    max-height: 554px;
    max-width: 1200px;
}

.text-container {
    position: absolute;
    top: 50pt;
    left: 50pt;
    color: white;
    font-size: 2em;
}

@media all and (max-width: 600px) { 
   .text-container {
       top: 10pt;
       left: 10pt;
       font-size: 0.8em;
   }
}

@media all and (max-width: 830px) and (min-width: 600px) {
   .text-container {
       top: 20pt;
       left: 20pt;
       font-size: 1.2em;
   }
}

@media all and (max-width: 1020px) and (min-width: 830px) {
   .text-container {
       top: 30pt;
       left: 30pt;
       font-size: 1.6em;
   }
}
