p {
    font-size: 16px;
}

a {
    color: white;
    text-decoration: underline;
}

a:hover {
    color: aliceblue;
}

@media (min-width: 1440px) {
    
#Top_bar .container {
    width: 90%;
}
    
}