body {
    font-family: 'Calibri';
}
h2{
    color: #0056b3;
}

.first-list{
    text-decoration: underline;
}
ul {
    list-style-type: lower-alpha;
    margin-left: 20px;
}

.section {
    margin-bottom: 30px;
}

.disc{
    list-style-type: disc;
}

a{
    color: black;
    text-decoration: none; 
}

.contact{
    list-style-type: lower-alpha;
}