@import url('https://fonts.googleapis.com/css?family=Gloria Hallelujah|Nanum Pen Script|Thasadith');

body
        {
        background-color: white;
        }
            
.imagezentrierung /*Klasse für die Imagezentrierung*/
        {
        max-width:90%;
        height:auto;
        position: relative;
        display:block;
        margin:0 auto;
        }
.imagezentrierung img
        {
        width:100% !important;
        height:auto !important;
        display:block;
        }
  
#logo 
        {    
        width: 28%;
        height: auto;
    
        }
#bold 
        {   
        font-weight: bold
        }

#main {
    
    
}

#logo {
    
}

h1, h2, h3
    {
    font-family: 'Thasadith', sans-serif;
        text-align: center;
    }

p
    {
    font-family: 'Thasadith', sans-serif;
    text-align: center;
    }

a:link
    {
    color: black;
    }

a:visited
    {
    color: black;
    }

a:hover
    {
    color: grey;
    font-style: oblique;
    }

