body {
    margin: 0;
}


header {
    background-color: #1e3a5f;
    color: white;
    padding: 20px;
    text-align: center;
}

article {
    padding: 20px;
}

header h1 {
    margin: 0;
    font-size: 40px;
}



.basic_info {
    text-align: center;
    background-color: #f1f5f9;
    color: #1f2937;
}

#basic_info_text {
    text-align: center;
    width: 100%;
    font-size: 40px;
}

.small_bio {
    text-align: center;
    background-color: #1e3a5f;
    color: white;
}



#interest_section_title {
    text-align: center;
    margin-bottom: 40px;
}

.interest_section {
    text-align: center;
    background-color: #f1f5f9;
    color: #1f2937;
    padding: 5px;
}

.interest {
    background-color: #f1f5f9;
    margin: 10px;
}

.interest-image {
    width: 300px;
    height: 300px;
    margin: auto;
    display: block;
}

.interest-table {
    table-layout: fixed;
    width: 100%;
}

a {
    color: #1e3a5f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: chocolate;
}

a:visited {
    color: #57228a;
}