body{
    background-image: url(webb3.jpeg);
    background-size: cover;
    background-repeat:no-repeat;
    background-attachment: fixed;
    width: 1000px;
    margin: 20px auto;
}
header{
    background: #105fe6;
    text-align: center;
    border: 3px solid#105fe6;
}
main{
    background: white;
    border: .5px solid #105fe6;
}
footer{
    background: #105fe6; 
    padding: 20px 0px;
}
h1{
    color: white;
    font-size: 60px;
    font-family: Georgia;
    margin: 20px 30px;
}
h2{
    font-size: 25px;
    margin: 10px 20px;
}
nav{
    display: inline-block;
    text-transform: none;
    text-decoration: none;
    font-family: Georgia;
}
nav a{
    border: 3px solid #105fe6;
    color: white;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-bottom: 5px solid #2898e8;
    font-size: 20px;
    margin: 40px 0px 5px 5px;
}
nav a.active{
    color: white;
    border-bottom: 5px solid white;
}
nav a:hover{
    border: 3px solid #105fe6;
    border-bottom: 5px solid white;
}
p{
    margin: 0px 30px 0px 20px;
}
p.bot{
    margin: 0px 20px 30px;
}
p.indrag{
     margin: 0px 30px 0px 50px;
}
p.textfot {
    font-size: 18px;
    display: inline-block;
    margin: 20px 200px 20px 20px;
}
p.textfot2 {
    font-size: 18px;
    display: inline-block;
    margin: 0px;
}
a{
    color: blue;
}
img.www{
    float: right;
    width: 300px;
    margin: 50px;
}
img.int{
    float: right;
    width: 300px;
    margin: 10px 50px;
}
img.tim{
    float: right;
    width: 300px;
    margin: 0px 50px 20px;
}
img.sm{
    float: right;
    width: 300px;
    margin: 0px 50px 20px;
}
img.bw{
    float: right;
    width: 200px;
    margin: 10px 200px 0px 100px;;
}img.epost{
    float: right;
    width: 200px;
    margin: 50px 60px 50px;
}
img.toys{
    float: right;
    width: 300px;
    margin: 80px 60px 90px;
}
img.happy{
    float: right;
    width: 300px;
    margin: 80px 60px 50px;
}