* {
    font-family: "Josefin Sans", serif;
}

.logo {
    font-size: 25px;
}

.menu {
    font-size: 19px;
}
.nav-item a:hover{
scale: 1.1;
}

.slogan {
    font-size: 25px;
}

.image img {
    height: 300px;
    width: 300px;
    border-radius: 50%;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro-title {
    font-size: 30px;
}

.aboutmeimage img {
    height: 300px;
    width: 300px;
}

.para:nth-child(1) {
    font-size: 20px;
}

.card:hover {
    scale: 1.1;
    box-shadow: 10px 5px 15px #888888;
    transition: all 0.4s ease-in-out;
}

.card img {
    height: 50px;
    width: 50px;
}

.sec-title {
    font-size: 30px;
}

.serviceimage {
    box-shadow: 10px 5px 15px #888888;
    height: 100%;
    width: 100%;
}

.serviceimage:hover {
    position: relative;
    z-index: 1;
    scale: 1.2;
    box-shadow: 10px 5px 15px #888888;
    transition: all 0.4s ease-in-out;
}

.copyright-text {
    margin-top: 50px;
}