@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
.image{
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: rgb(230, 226, 226);
    padding: 1px;
}
.image .profile-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.section {
    margin-top: 4rem;
    padding-top: 4rem;
}
.section:last-of-type {
    padding-bottom: 4rem;
}
.bgimage {
    height:100vh;
    background: url('lamp.jpg');
    background-size:cover;
    position:relative;
    padding: 0;
    margin: 0;
}
.hero_title {
    padding-top: 15rem;
    font-size: 4.5rem;
    text-align: left;
    padding-left: 6.5rem;
}
.hero_desc {
    font-size: 2rem;
    text-align: left;
    padding-left: 6.5rem;

}
.hero_text {
    text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
.image_about{
    position:relative;
    height: 400px;
    margin: 5%;
    margin-top: -1%;
    border-radius: 75%;
    background-color: rgb(230, 226, 226);
    padding:1px
}
#navbar {
    position: fixed;
}
.navbarDark {
    background: #000;
}
.social-icons {
    font-size: 36px;
    cursor: pointer;
}
.fa-facebook:hover,
.fa-instagram:hover,
.fa-twitter:hover,
.fa-linkedin:hover, 
.fa-twitch:hover {
    color: #fff;
}
.fab {
    color: #000000;
}

.servicesText.card {
    height: 280px;
    cursor: pointer;
  }
.servicesIcon {
    font-size: 36px;
    text-align: center;
    width: 100%;
}
.card-title {
    text-align: center;
}
.card:hover .servicesIcon {
    color: #008000;
}
.servicesText:hover {
    border: 1px solid #008000;
}
.footer {
    background-color: #808080;
    text-align: center;
}
.center {
    position: relative;
    left: 30%;
    padding: 10px;
  }
