@charset "utf-8";

body{
    background-image:url(back.png);
}

h1{
    background-color:hwb(199 67% 0%);
    color:hsl(0, 0%, 0%);
    font-size: 18px;
    text-align: center;
    border: solid 5px hwb(199 25% 4%);
}

h2{
    background-color:hwb(199 67% 0%);
    color:hsl(0, 0%, 0%);
    font-size: 16px;
    line-height: 2.0;
    position: relative;
}

a{
    color:hsl(152, 100%, 78%);
    font-size: 15px;
    line-height: 2.0;
    position: relative;

}

small{
    color:hsl(0, 0%, 0%);
    font-size: 11px;
    line-height: 1.5;
    position: relative;
}

.img{
    width:26px;
    height:26px;
    position: absolute;
    left:3px;
    top:3px;
}

.fot{
    font-size: 12px;
    font-weight: normal; 
    border-top: dotted 1px hwb(0 100% 0%);
    line-height: 15.0px;
}
