body {
    background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
    background-repeat: no-repeat;
}
  
.container {
    max-width: 960px;
}

.text-underline-hover {
    text-decoration: none;
}

.text-underline-hover:hover {
    text-decoration: underline;
}
