#widget {
    position: relative;
    width: 175px;
    height: 320px;
    text-align: center;
    background-color: #f3f3f3;
    border-radius: 0%;
    color: #58585A;
}

#smiley {
    position: absolute;
    top: 45px;
    left: 32px;
    width: 65%;
    height: 65%;
}

h3{
    font-size: 11px;
    padding: 2px;
}
h1 {
    font-size: 16px;
    padding: 5px;
    font-weight: bolder;
}
h2 {
    font-size: 14px;
    padding: 4px;
    font-weight: bolder;
}
h5{
    font-size: 9px;
    line-height: 2;
  }

#logo_atmoge{
    width: 50px;
    height: 50px;
    z-index: 1000;
}
#content_bottom {
    padding-top: 40px;
}