html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    padding: 20px;
}

h1 {
    margin-top: 0px;
}

h3 {
    border-bottom: 2px black solid;
    font-weight: bolder;
}

p {
    margin: 2px;
}

a:visited{
    color: blue;
}

#contact-info {
    padding-top: 7px;
}

#contact-info * {
    display: inline;
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: baseline
}


.title p {
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    margin-bottom: 5px;
}

#download-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin-top: 15px;
}