h1 {
    font-family: 'Truculenta', sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-shadow: -3px 0px 2px #5449387d;
    
}
.info-container h2 {
    margin-top: 60px;
    font-family: 'Truculenta', sans-serif;
    font-weight: 600;
    font-size: 40px;
    text-shadow: -3px 0px 2px #5449387d;

}
p, span, li {
    font-family: 'Pragati_Narrow', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #2a303e;
}

body {
background-color: #BFB5A3;
}

.logo-container {
    display: flex;
    justify-content: space-around;
    
}

.logo {
    height: 150px;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0,0.8));
    padding: 60px 0 40px 0;
}

.intro {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 22px 0;
}
.intro h1 {
    margin-block-start: 0;
    margin-block-end: 0;
    padding: 0 0 16px 0;
    
}
.intro p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 40px;
}

.info-container {
    background: #F1E4D0;
    text-align: center;
    border-radius: 35px;
    margin-left: 8%;
    margin-right: 8%;
    background-color: #F1E4D0;
    box-shadow:0 4px 12px rgba(0, 0, 0, 0.6);
    padding: 20px 0 20px 0;
}

.info-cards{
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 49px;
    
}

.info-cards h2 {
    margin-bottom: 10px;
}

.info-cards h3 {
    font-weight: 600;
    margin-block-start: 0;
    margin-block-end: 0;
    font-family: 'Truculenta', sans-serif;
    font-size: 28px;
    color: #2a303e;
    text-shadow: -3px 0px 2px #5449387d;
    margin-bottom: 20px;
}

.info-cards p {
    
    margin-block-start: 0;
    margin-block-end: 0;
   
}

.info-cards img {
    height: 160px;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}


.info-cards li {
    flex: 1;
    margin-bottom: 60px;
}

.info-container {
    line-height: 1.5;
}
.register-bootom a{
    font-size: 28px;;
    text-shadow: -3px 0px 2px #5449387d;
    text-decoration: none;
    color: #2a303e;
    padding: 0 10px 0 10px;
    background-color: #F1E4D0;
    border-radius: 20px;
    box-shadow:0 4px 12px rgba(0, 0, 0, 0.6);
}
.register-bootom a:hover{
    transform: translateY(6px);
    box-shadow:0 6px 12px rgba(0, 0, 0, 0.8);
}
.register-bootom a:active {
    transform: scale(0.80);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.register-bootom{
    list-style-type: none;
    text-align: center;
    
}

.register-bootom img {
    height: 30px;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}

.register {
    display: flex;
    justify-content: space-around;
}
.register p{
    margin-top: 40px;
    text-shadow: -3px 0px 2px #5449387d;
}
.klicker:hover{
 text-shadow: 1px 1px 8px rgba(212,175,55,0.8);
  transform: scale(1.10);
  transition: all 0.5s ease;
}

.insta-logo {
height: 44px;
}

.footer-content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    font-family: sans-serif;
    
}

.footer-content a {
    text-decoration: none;
    color: #10101069;
}

footer p {
color: #10101069;
}

.footer-content a:hover {
 text-shadow: 1px 1px 8px rgba(212,175,55,0.8);
}

footer img:hover {
transform: scale(0.90) rotate(180deg);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}