body{
    background-image: url(bgtree.png);
}
* {
    box-sizing: border-box;
}
#welcome{
    width: auto;
    height: 135px;
    border: #EFBCE7 5px solid;
    padding: 12px;
    padding-right: 12px;
    background-color: #EFBCE7;
    position: relative;
    max-width: 100%;
    min-height: 100%;
    margin-top: 10px;
    margin-left: 10px;
    size: 70%;
    z-index: 1;

}
#xmas{
    height: 135px;
    width: auto;
    float: right;
    position: absolute;
    border: #EFBCE7 5px solid;
    padding: 14px;
    background-color: #EFBCE7;
    top: 18px;
    padding-right: 35px;
    z-index: 1;
    
}
#box2{
    font-size: large;
    width: 788px;
    height: auto;
    border: #EFBCE7 4px solid;
    border-top: 0;
    padding: 10px;
    background-color: #EFBCE7;
    margin-left: 12px;
    margin-bottom: 10px #efbce7;
    text-align: justify;
    z-index: 1;
}
#break{
    border: 0.5px dashed rgb(95, 95, 95);
    height: 0px;
    width: 760px;
    position:absolute;
    margin-left: 25px;
    color: #EFBCE7;
    z-index: 1;
}
#box3{
    font-size: large;
    width: 788px;
    height: 75px;
    border: #EFBCE7 4px solid;
    border-top: 0;
    padding: 10px;
    background-color: #EFBCE7;
    margin-left: 12px;
    margin-bottom: -10px #efbce7;
    text-align: justify;
    z-index: 1;

}
#text1{
    margin-top: 0px;
    z-index: 1;
}
#break2{
    border: 0.5px dashed rgb(95, 95, 95);
    height: 0px;
    width: 760px;
    margin-left: 25px;
    margin-bottom: -1px;
    color: #EFBCE7;
    background-color: #EFBCE7;
    z-index: 2;
    position:absolute;
}
#box4{
    font-size: large;
    width: 788px;
    height: 75px;
    border: #EFBCE7 4px solid;
    padding: 10px;
    background-color: #EFBCE7;
    margin-left: 12px;
    margin-top: -10px #efbce7;
    text-align: justify;
    position: absolute;
    z-index: 1;
    color: #EFBCE7;
    height: 35px;
}