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%;

}
#xmas{
    height: 135px;
    width: auto;
    float: right;
    position: absolute;
    border: #EFBCE7 5px solid;
    padding: 14px;
    background-color: #EFBCE7;
    top: 18px;
    padding-right: 35px;
    
}
#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;
}
#text1{
    margin-top: 0px;
}