@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&family=Merriweather:wght@700&display=swap');

body {
    background-color: rgb(141, 153, 174);
}

h1,h2,h3 {
text-decoration: underline;
letter-spacing: 2px;
}

dt {
    line-height: 40px;
    text-decoration: overline;
    font-size: large;
    font-family: 'Merriweather';
    letter-spacing: 2px;
    width:70%
}

dd {
    font-family: 'Fira Sans', sans-serif;
    width: 60%;
    color:rgb(43, 45, 66);
    line-height: 30px;
    width:55%
}

hr { 
    color:rgb(43, 45, 66);
    height: 0.5px
}

dfn {
    color: #ef233c;
}