@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.textgreenhover:hover{
    color:#8AB422;
    transition: color 0.3s ease;
}
.greenhover:hover{
    background: #8AB422;
    transition: color 0.3s ease;
}
.robotosans{ 
    font-family: "Roboto", sans-serif;
}
.robotoserief{
    font-family: "Roboto Serif", serif;
}
.robotomono{
    font-family: "Roboto Mono", monospace;
}
.lineheight{
    line-height: 4rem;
}
.greencolor{
    color: #8AB422;
}
.bggreen{
    background-color: #8AB422;
}
.top{
    background-image: url(../assets/top.jpg);
}
.footerdown{
    background-image: url(../assets/footerdownimg\ 1.png);
}

.scrollbar-hidden::-webkit-scrollbar {
    display: none;
}
