:root {
	--hintergrund: 	radial-gradient(white, rgb(236,236,236));;
	--sekundär: #E4011C;
	--tertiär: white;
    --text: ;
	
}
body{
background: var(--hintergrund);
}
main{
    margin-top: 0%;
}
.logo{
    width: 13%;
    margin-top: 2%;
    margin-left: 82%;
}
.whatsapp{
    margin-left: 20px;
    margin-top: 170px;
    margin-right: 10px;
}
.insta{
    margin-left: 10px;
    margin-top: -30px;
}
a{
    text-decoration: none;
}
.box{
    margin-top: -10px;
    width: 25%;
    height: auto;
    background-color: var(--sekundär);
    border-radius: 4px;
}
.titel{
    font-family: Monospace;
    font-size: 40px;
}
.button{
    width: 50%;
    margin-top: 20px;
    padding: 3px;
    background-color: white;
    border-radius: 4px;
	border: solid 1px #ab071a;
    font-size: 15px;
}
button:hover {
    animation: pulsate 1s ease-in-out;
  }
  @keyframes pulsate{
      0%{
            box-shadow:
            0 0 25px #560912,
            0 0 50px #ac404c;
      }
  }

input{
    padding: 3px;
    margin-top: 10px;
    width: 80%;
    text-align: center;
    font-size: 17px;
}