/* style.css */
h1, h2 {
    text-align: center;
}
.school-tables{
	overflow-y: scroll;
}
table {
	width: 95;
    border-collapse: collapse;
    margin-top: 1rem;
}

th, td {
    border: 1px solid #ccc;
    padding: 0.5rem;
    vertical-align: top;
}

a {
    text-decoration: none;
    color: #0077cc;
}

a:hover {
    text-decoration: underline;
}

.featured {
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 2rem;
}
