#container {
    border: 2px solid #eb1c24;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    background: linear-gradient(to right, white, #f65211);
}

#pattern {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

a {
color: black;
}

body {
    height: 238px;
    width: 288px;
}

#div01 {
    width: 135px;
    height: 60px;
    position: relative
    margin: 10px 10px 0px 10px;
    float: left;
    }


#container2 {
    width: 150px;
    height: 100px;
    margin-left: 15px;
    float: left;

}

#div03 {
    width: 135px;
    height: 30px;
    margin: 0px 0px 5px 0px;
    float: left;
    text-align: center;

}


#div03 h3 {
    font: bold 13px Palatino, serif;
    font-style: italic;
    color: black;
    line-height: 1px;
}


#div02 {
    width: 280px;
    height: 130px;
    margin: 0px 0px 10px 0px;
    float: left;
    text-align: center;
}


#div02 h1 {
    font: bold 33px Arial Black, serif;
    color: black;
    line-height: 0.3;
}

#div02 h2 {
    font: bold 38px Arial Black, serif;
    color: black;
    line-height: 0.3;
}

 
#container3 {
    width: 110px;
    height: 100px;
    margin: 5px 0px 10px 10px;
    float: right;

}

#shopbtn {
    width: 87px;
    height: 25px;
    margin: -2px 24px 0px 24px;
    background-color: #eb1c24;
    float: right;
    border-radius: 5px 5px 0px 0px;
}

#shopbtn h1 {
    font: bold 14px Arial, serif;
    color: white;
    text-align: center;
    line-height: 5px;
}

#div04 {
    width: 101px;
    height: 70px;
    margin: 0px 17px 0px 17px;
    float: right;
}