
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,500;0,700;1,400&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


html {
    background-color: #ffffff;
    font-size: 62.5%;
}

body {
    font-family: 'Open Sans', sans-serif;
    
    font-size: 1.70rem;
    line-height: 2.7rem;
    color: #212529;
    font-weight: 350;
}

a:link, a:visited {
    color: #e67c54;
    text-decoration: none;
  
}

a:hover {
    color: #e67c54;
    text-decoration: underline;

}

h1 {
    font-family: 'Libre Baskerville', serif;
    font-size: 3.00rem;
    line-height: 1.20;
    color: #00305a;
    font-weight: 500;
}

h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 2.00rem;
    line-height: 1.20;
    color: #00305a;
    font-weight: 500;
}

img {
    border: none;
}

.panel_with_padding {
    padding: 10px;
    border: 8px solid  #ffffff;
}