
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: poppins;
}



h1{
    font-size: 36px;
    font-family: poppins;
    font-weight: bold;
    color: white;
}

h2{
    font-size: 36px;
    font-family: poppins;
    font-weight: bold;
    color: white;
}

span{
    color: rgb(206, 114, 9);
}

#services h2{
    font-size: 30px;
    font-family: poppins;
    font-weight: bold;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

#services h1{
    font-size: 40px;
    font-family: poppins;
    font-weight: bold;
    color: rgb(255, 255, 255);
    line-height: 120px;
    text-align: center;
}


#services p{
    font-size: 15px;
    color: white;
    font-weight: 100;
}

#services i{
    color: white;
    height: 60px;
    padding: 20px;
    font-size: 40px;
    
}

.contact-head h1{
text-align: center;

}

#team p{
    font-weight: 200;
    color: rgb(0, 0, 0);
}

#aboutme h1{
    text-align: center;
}


#kontakt h2{
    font-size: 19px;
    font-weight: 300;
    margin-left: 45px;
}

.kontakt-second h1{
color: rgb(206, 114, 9);
text-align: center;
line-height: 90px;
}