body{
    background-color: blanchedalmond;
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}
.page{
    margin:0 auto;
    max-width: 400px;
    text-align: center;
    color:maroon;
}
.text{
    margin-bottom: 2.5rem;
    margin-top: .5rem;
    color: #333;
}
.list{
    
    font-weight: 400;
    font-size: 1rem;
}
.item{
   margin:0 auto;
   margin-top:1rem;
   border-radius: 25px;
   width:200px;
   background-color: darkgreen;
   color: white;
   font-weight: 700;
   padding:1rem;
   text-align: center;
   margin-top:1rem;
   display:block;
   text-decoration: none;
   
}
.item:hover{
    background-color: green;
}
.heading{
    font-weight: 700;
    font-size: 1.5rem;
}
.libre-baskerville-regular {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
    }

.libre-baskerville-bold {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
    }

.libre-baskerville-regular-italic {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
    }