.navbar{
    width: 86%;
    display: flex;
    padding: 20px 0;
    margin: auto;
    align-items: center; 
    justify-content: space-between;
}
ul{
    margin-top: -1%;
}
ul li{
    list-style: none;
    display: inline-block;
    padding: 10px 16px;

}

ul li a{
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: darkslategray;
    margin-top: -3%;
    transition: .4s ease;
}

ul li a:hover{
    color: red;
}

.info{
    margin-left: 7%;
    margin-top: 6%;
}
.info h1{
    font-size: 65px;
    color: rgb(red, green, blue);

}
.info h3{
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 30px;
}
.info span{
    color: red;
}
.info a{
    text-decoration: none;
    color: #fff;
    background:rgb(36, 32, 30);
    margin: 26px 0;
    padding: 10px 18px;
    border-radius: 10px;
    display: inline-block;
    transition: .4s ease;
}
.info a:hover{
    background-color: rgb(59, 174, 209);

}

.image{
    width: 30%;
    height: 60%;
    position: absolute;
    right: 100px;
    bottom: 0;
}
.image img{
    position: absolute;
    height: 140%;
    left: 40%;
    transform: translate(-50%);
    bottom: 0;
    transition:left 2s ease;
}
.icons ion-icon{
    margin: left; 5%;
    color: #000;
    margin-right: 40px;
    font-size: 40px;
}
.icons ion-icon:hover{
    color: aqua;
}

.hello{
    
}
