* {
  box-sizing: border-box;
}
body{
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
}
h1{
    color: gold;
    text-align: center;
}
header{
    text-align: center;
    padding: 30px;
}
h2{
    color: #dddddd;
}
section{
  width: 90%;
  max-width: 500px;
  margin: 30px auto;
  background-color: #1c1c1c;
  padding: 25px;
  border-radius: 15px;
}
label {
  display: block;
  margin-top: 12px;
  font-weight: bold;
}
button{
    width: 100%;
    padding: 14px;
    margin-top: 20px;
    background-color: gold;
    color: black;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
button:hover{
    background-color: #f1c40f;
}
input, select{
  width: 100%;
  padding: 12px;
  margin-top: 6px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
}
.hero{
  text-align: center;
  background-color: #1c1c1c;
  padding: 40px 25px;
  border-radius: 15px;
}
.hero h2 {
  color: gold;
  font-size: 32px;
  margin-bottom: 10px;
}
.hero p {
  color: #dddddd;
  font-size: 18px;
}
.hero-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 25px;
  background-color: gold;
  color: black;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
}
.hero-btn:hover {
  background-color: #f1c40f;
}
.Contacttitel{
    font-size: 30px;
    color: black;
    border-radius: 30px;
    background-color: gold;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-bottom: 10px solid white;
    border-top: 10px solid white;
    border-left: 10px solid white;
    border-right: 10px solid white;
    box-sizing: border-box;
    
}
.licontact{
    padding-top: 10px;
}
.contactp{
    padding-bottom: 10px;
}
.Services{
    border-radius: 15px;
    background-color: gold;
    color: black;
    padding: 2px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 10px solid white;
    border-top: 10px solid white;
    border-left: 10px solid white;
    border-right: 10px solid white;
}
.TL{
    border-radius: 15px;
    text-align: center;
    color: black;
    background-color: gold;
    width: 100%;
    padding: 8px;
    border-left: 10px solid white;
    border-right: 10px solid white;
    border-bottom: 10px solid white;
    border-top: 10px solid white;
    box-sizing: border-box;
}
nav{
    margin-top: 20px;
}
nav a{
  color: gold;
  text-decoration: none;
  margin: 0 10px;
  font-weight: bold;
}
.Nav:hover {
    color: white;
    border-bottom: 2px solid gold;
}
.Boss{
    display: inline-block;
    border-bottom: 2px solid gold;
    padding-bottom: 0px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    
}
.Nav{
    border-bottom: 2px solid white;
    padding-bottom: 2px;
}