* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

header {
    background-color: #0c232d;
}

.container {
    line-height: 1.3;
}
.container i {
    color: #0080FF;
    font-size: 24px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 10px;
    transition: 0.3s ease;
}

.container i:hover {
    border: 1px solid #0080FF;
    background-color: #0080FF;
    color: #fff;
}

#btn {
    background-color: #0080FF;
    color: white;
}

#btn:hover {
    background-color: black;
}

#Links{
    color: white;
}

#Links a:hover {
    color: #0080FF;
}
.title span{
    color:#0d6efd;
}
aside{
    background-color: #0c232d;
}
#parent img{
    transition: 1s ease;
}
#parent img:hover{
    transform: scale(1.1);
}
main{
    background-color: #0c232d;
}
#s h4{
    line-height: 1.1;
}
#Image{
    animation: seif 2s;
}
@keyframes seif{
    from{
        transform: translateX(550px);
    }
    to{
        transform: translateX(0);
    }
}
#Image2{
    animation: sefo 2s;
}
@keyframes sefo{
    from{
        transform: translateX(-500px);
    }
    to{
        transform: translateX(0);
    }
}
footer{
    background-color: #0F2027;
}
footer #hover a li:hover{
    color: #0080FF;
}
#Scroll button{
    background-color: #0080FF;
    color: white;
    border-radius: 50%;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#Scroll button:hover{
    background-color: black;
    color: white;
    border-radius: 50%;
    padding: 10px;
}
