.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: #C3B8E6;
    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 black;
}

.container {
max-width:1000px;
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: #C1E8CE;
		border:none;
		float:left;
		font-family: "Texturina", "Times New Roman";
    font-size: 24px;
    width:200px;
    min-height:600px;
    padding:10px;
}

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

.sidebar a:hover {
    font-style: italic;
  }
  
  a:link {
    text-decoration: none;
    color: #C1E8CE;
  }
  
  a:visited {
    text-decoration: none;
    color: #C1E8CE;
  }  
  
  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 {
		color: black;
		float:right;
    font-family: "Texturina", "Times New Roman";
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
    padding:10px;
    width:750px;
    box-sizing: border-box;
}

.update {
  padding:20px;
  text-align:justify;
  overflow:hidden;
  box-sizing: border-box;
}


.update img {
  margin-right: 10px;
  float:left;
  vertical-align:top;
  width: 150px;
  height: 150px;
  border-style: dotted;
  border-width: 2px;
  border-color: black;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  padding:5px;
  transition: transform 0.5s ease;
    box-sizing: border-box;
}

.update :hover img {
  transform: rotate(10deg);
    box-sizing: border-box;
}

.pattern img {
  margin-right: 10px;
  float:left;
  vertical-align:top;
  width: 200px;
  height: 200px;
  border-style: dotted;
  border-width: 2px;
  border-color: black;
  object-fit: cover;
  object-position: center;
  border-radius: 10% 25%;
  padding:5px;
}

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

ul {
  list-style-type: square;
}

		
footer {
    margin-left:40px;
    font-size: 12px;
}