
.nav {
    border-bottom: 2px solid transparent;
    transition: border 0.2s ease-in-out;
}

.nav:hover {
    border-bottom: 2px solid #AC6CFF; 
}
.container{
    width: 90%;
    padding: 20px;
}