.index-content {
    padding-top: 50px;
    width: 50%;
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    margin-top: 0;
}

.index-content a {
    text-decoration: none;
    color: #9bb8c7;
    transition: color 0.2s ease;
}

.index-content a:hover {
    text-decoration: none;
    color: #586a87;
}
