*{
    
    align-items: center;
}
a{
   
    transition: color 0.5s;
    font-size: 1rem;
    color: #ff1ae1;
    font-size: 1.5rem;
    font-weight: 100;
    
}

h1{
    color: aliceblue;
}
h4{
    color: aliceblue;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

nav{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    
    margin-top: 10px;

}

html5, #css3, #bat{
    transition: transform 0.5s;
}

#html5:hover {
transform: rotate(45deg);
transition: 1.5s;

}

#css3:hover{
    transform: scale(150%);
    transition: 1s;


}

.move-right{
    transform: translateX(900px);
    transition: 3s;

}
.img{
    border-radius: 15%;
    border: 6px solid #ff1ae1;
    margin: auto;
}