body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.header a{
    font-size: 0.8rem;
}
.header a:hover{
    text-decoration: underline;
}
.image1{
    width: 10px;
}
.image2{
    width: 20px;
}
.image3{
    width: 20px;
}
.image4{
    width: 35px;
}
.second{
    background-color: #9BF00D; 
}
.second img{
    width: 15px;
}
.second div:hover a{
    text-decoration:underline;
}
.second div:hover img{
    transform: translateX(5px);
    transition: all 300ms;
}
.bor-1{
    top: 85px;
    left: 130px;
}
.green1{
    top: 25%;
    left: 6%;
}
@media (min-width:768px)
{
.intro{
    height: 67vh;
}
.intro a , .intro2 a{
    position: absolute;
    bottom: 3%;
}
.intro2{
    height: 63vh;
}

}
.social img{
    width: 35px;
    margin-bottom: 2px;
}
.footer a{
    font-size: 0.7rem;
}
.footer a:hover{
    text-decoration: underline;
}
