.logo {
  width: 20%; 
  margin-bottom: 3%;
}

.container {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: start;
}

  main {
      width: 50%;
      font-family: 'Libre Franklin', sans-serif;
	  margin: 30px;
  }

  fieldset {
    box-shadow: 5px 5px 5px lightgrey;
    border-radius: 10px;
    margin-bottom: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
  }
 
	label,  textarea {
	margin-left: 30px;	
	margin-top: 20px;
 }

  #date, #time, #radio, #vorname, #nachname, #tel, #email, #nachricht {
    margin-top: 10px;
    margin-bottom: 20px;
	margin-left: 30px;
  }

  .titel {
    border-top: yellow 3px solid;
    font-weight: bold;
  }

  legend {
    font-weight: bold;
	
  }

  .text {
    font-weight: bold;
	text-align: center;
  }

  .button  {
	  color: black;
	  background-color: yellow;
	  border: none;
	  padding: 15px 32px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  font-size: 16px;
	  margin-left: 30px;
	  border-radius: 12px
	}


  
