html{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color: rgb(255, 255, 255);
}
h1{
    font-size: 2.5rem;
    text-align: center;
}
p, ul{
    font-size: 2rem;
}
li{
    font-size: 1.5rem;
}
dt{
    font-size: 2rem;
    color:brown
}
dd{
    font-size: 1.5rem;
}
.centered{ 
    text-align: center;
}
.center-box{
    width: 500px;
    margin: 0 auto;
    padding: 20px;
    border-color: black;
    border-bottom-style: dashed;
    
}