*{
    box-sizing: border-box ;
}
body{
    background-color: rgb(255, 248, 240);
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.boxh1{
    background-color: rgb(206, 176, 255);
    width: 590px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    height: 45px;
}

div a{
    padding-left: 20px;
    text-decoration: none;
    color: rgb(120, 19, 215);
}
div a:hover{
    color: rgb(177, 95, 255);
}
.container{
    width: 600px;
    height: 70px;
    padding-top: 24px;
    margin: 0 auto;
    background-color: rgb(206, 176, 255);
    border-radius: 10px;
    padding-left: 36px;
    font-size: large;
}
.lista{
    list-style:circle;
}
.boxm{
    background-color: antiquewhite;
    width: 800px;
}
.boxmodel{
    background-color: bisque;
    width: 252px;
    font-size: larger;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: inline-block;
    border-radius: 10px;
    margin: auto;
    padding-left: 5px;
    border: 4px;
    border-color: rgb(206, 176, 255);
    border-style: groove;
}
.box1{
    background-color: rgb(255, 224, 183);
    text-decoration: none;
    width: 200px;
    height: 110px;
    display: block;
    text-align: center;
    padding: 20px;
    margin: 10px;
    border: 2px  rgb(136, 57, 54);
}
.box2{
    background-color: rgb(255, 224, 183);
    text-decoration: none;
    width: 200px;
    height: 110px;
    display: block;
    text-align: center;
    padding: 20px;
    margin: 10px;
    border: 2px  rgb(136, 57, 54);
    overflow: auto;
}
.box3{
    background-color: rgb(255, 224, 183);
    text-decoration: none;
    width: 200px;
    height: 110px;
    display: block;
    text-align: center;
    padding: 20px;
    margin: 10px;
    border: 2px  rgb(136, 57, 54);
    overflow: hidden;
}
.box4{
    background-color: rgb(255, 224, 183);
    text-decoration: none;
    width: 200px;
    height: 110px;
    display: block;
    text-align: center;
    padding: 20px;
    margin: 10px;
    border: 2px  rgb(136, 57, 54);
    overflow: scroll;
}
