

body {
    margin: 0;
    font-family: 'Signika', sans-serif;
    background: #f0f0f0; 
    color: #333; 
}


header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    background: #ccecff; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    margin-bottom: 40px;
}

header .logo {
    height: 350px;
    margin-bottom: -80px;
    margin-top: -80px;
}

header .über {
    font-size: 3rem;
    margin: 0;
    color: #333; 
    text-transform: uppercase; 
}


.btc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.bt {
    background: #007bff; 
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: flyin 0.3s, transform 0.3s;
    text-align: center;
}

.bt a {
    color: white; 
    text-decoration: none; 
}

.bt:hover {
    background: #0056b3; 
    transform: scale(1.05); 
}


.img {
    height: 70px; 
    margin-top: 10px;
    margin-left: 0; 

}


@keyframes flyIn {
    0% {
        transform: translateY(-30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.insta{

    height: 60px;
    display: flex;
    margin-left: 2cm;
    
}
.tik{

    height: 100px;
    display: flex;
    margin-left: 150px;
    margin-top: -80px;
    
    
}
.div2{
    gap: 60px;
    margin-top: 30px;
    margin-left: 140px;
    
    
}
.div3{
    background: #f0f0f0; 
    color: #333; 
    display: flex;
    margin-left: 180px;
    margin-top: -100px;
    
    

}
   
  