body {
    background-color: wheat;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
    
}
h1{
    text-align: center;
}
h2{
    text-align: center;
}
p {
    text-align: center;
    border-style: solid;
    border-width: 5px;
    border-color: chocolate;
    border-radius: 10px;
}
#box1{
    text-align: center;
    border-style: outset;
    border-width: 5px;
    border-color: chocolate;
    border-radius: 10px;
    padding: 5px;
}
#box2{
    position: relative;
    text-align: center;
    border: 5px outset;
    width: 10;
    border-color: chocolate;
    border-radius: 10px;
    padding: 5px;
    margin-top:5px;

}
