:root {
    --text-color: black;
    --link-color: #f7e626;
}
body {
    color: var(--text-color);
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
}
a {
    color: var(--text-color);
}
a:link, 
a:visited {
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid #000;
    padding: 0.07em;
    border-radius: 1px;
}
a:hover, 
a:active, 
a:focus {
    text-decoration: none !important;
    background-color: var(--link-color);
}

h1 {
    font-size: 500%;
    font-family: 'Dancing Script', cursive;
    font-weight: normal;
    margin-bottom: -20px;
}
.Select-control {
    width: 50%;
}
hr {
    max-width: 500px;
    margin-left: 0;
}
.btn {
    font: inherit;
}