/* Teamdesign CSS für die Home-Seite */

body, h1, h2, h3, p, ul, li {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}


h4 {

  font-family: 'Georgia', serif;
  font-weight: normal;

}


body {
  font-family: 'Georgia', serif;
  background-color: #f2f2f2;
}

header {
  background-color: #333;
  color: #fff;
  padding: 10px;
}

nav ul {
  list-style-type: none;
}

nav ul li {
  display: inline-block;
  margin-right: 10px;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
}

main {
  text-align: center;
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
  color: #333;
}

h2 {
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

button {
       border: #333 5px;
       border-style: outset;
       color: white;
       text-align: center;
       font-size: 16px;
       margin: 4px 2px;
       cursor: pointer;
       background-color: #333;
}
  
div {
 display: flex;
 justify-content: center;
}

.container {
 display: flex;

}

.container div {
  margin: 10px;
  border: 1px #333;
}

.container2 {
  display: flex;

}
.container2 div {

  text-align: center;
  margin: 10px;
  padding: 10px;
  border: #333;
}
