.grenze-gotisch-<uniquifier> {
  font-family: "Grenze Gotisch", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.texturina-<uniquifier> {
  font-family: "Texturina", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

	body {
    background-color: #ffc0cb;
    color: black;
    font-family: "Texturina", "Times New Roman";
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
	}
	
  #header {
    color: black;
    font-style: italic;
    font-size: 70px;
    margin-top:0px;
    letter-spacing: 7px;
    animation: flicker 4s infinite alternate;
  }

  @keyframes flicker {
    0%, 100% {
      text-shadow: 5px 5px #ffffff;
    }
    25%, 75% {        
      text-shadow: 2px 2px #ffffff;
      box-shadow: none;
    }
  }	
  
h1 {margin-top:0px;
margin-bottom:5px;
}

hr {
  border:none;
  border-top: 2px dotted red;
}

.container {
max-width:800px;
border:1px solid black;
position:relative;
margin: 0 auto;
margin-top:20px;
padding:10px;
overflow: hidden;

}

* {
  box-sizing: border-box;
}


  
  
.sidebar {
    text-align: center;
    box-sizing: border-box;
		color: red;
		float:left;
		font-family: "Texturina", "Times New Roman";
    font-size: 24px;
    width:200px;
    padding:10px;
}

.sidebar img {
	  width: 75%;
    height: 75%;
    border-style:dotted;
    border-radius:50%;
    border-width:2px;
    padding:5px;
    object-fit: cover;
    object-position: top;
}

.sidebar a:hover {
    font-style: italic;
  }
  
  a:link {
    text-decoration: none;
    color: red;
  }
  
  a:visited {
    text-decoration: none;
    color: red;
  }  
  
  a:hover {
    font-style: italic;
  }
  
    ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
    #title {
    font-size: 30px;
    font-style:italic;
    text-transform: lowercase;
    font-weight:bold;
    margin-top:2px;
  }



.content {
		border: none;
		color: black;
		float:right;
    font-family: "Texturina", "Times New Roman";
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
    padding:10px;
    padding-left:15px;
    margin-top:0;
      box-sizing: border-box;
}

.card {
  background-color:#FFE6EA;
  padding:20px;
  text-align:justify;
  border-radius: 20px;
  overflow:hidden;
}

.card img {
  vertical-align:middle;
  width:100px;
  float:left;
  padding-right: 10px;
}

h3 {
  margin-top:0;
  text-align:center;
  font-style:italic;
  font-size:20px;
}
		
footer {
    margin-left:70px;
    font-size: 12px;
}

