@import url('https://fonts.googleapis.com/css2?family=Anek+Gujarati:wght@100..800&family=Anton&display=swap');

body{
    background-color: black;

    color: white;
    text-align: center;

    font-family: "Anek Gujarati", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100; 
}

h1 {
    font-weight: bolder;
    font-size: 3em;
    margin-bottom: 0px;
}

h2{
    font-weight: bold;
    font-size: 2em;
}

.footer{
    background-color: black;
    position: absolute;
    bottom: 0px;    
    left: 20px;
    right: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
    border-top-color: white;
    border-top-width: 1px;
    border-top-style: solid;
    vertical-align: middle;
}

.footer img{
    padding-left: 10px;
    padding-right: 10px;
    width: 30px;
    -webkit-filter: invert(.75); /* safari 6.0 - 9.0 */
    filter: invert(.75);    
}

.footer span{
    font-size: 0.8em;
}

.center {        
    display:block;
    margin-left:auto;
    margin-right:auto;
  }