/* Reset CSS */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'MuseoModerno', sans-serif;
}

* p {
    font-weight: light;
}



body {
    line-height: 1.6;
}

.program-title {
    font-size: 1.5rem;
    color: #EAB33E;
}