body {
    font-family: arial;
    font-size: 25px;
    background-color: white;
    font-size:14px;
    min-width: 1000px;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: none;
}
body.falcondesign {
    background: rgb(156,220,248);
    color:rgb(0,91,170);
}
body.falcondesign p, body.falcondesign strong, body.falcondesign h2, body.falcondesign i, body.falcondesign a{
    color:rgb(0,91,170);
}
body.falconsport{
    background: rgb(206,229,183);
    color:rgb(0,172,77);
}
body.falconsport p, body.falconsport strong, body.falconsport h2, body.falconsport i, body.falconsport a{
    color:rgb(0,172,77);
}
body.falconbus{
    background: rgb(228,211,189);
    color:rgb(72,41,12);
}
body.falconbus p, body.falconbus strong, body.falconbus h2, body.falconbus i, body.falconbus a{
    color:rgb(72,41,12);
}
body.falconpost{
    background: rgb(252,216,215);
    color:rgb(237,38,36);
}
body.falconpost p, body.falconpost strong, body.falconpost h2, body.falconpost i, body.falconpost a{
    color:rgb(237,38,36);
}
body *{
    position: relative;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: none;
    text-decoration:none;
    color:white;
}
header,main,section{
    width:100%;
    margin:0 auto;
}
.logo,img{
    display:block;
    max-width:80%;
    max-height:300px;
    margin:0 auto;
}
header {
    margin-top:100px;
    margin-bottom:100px;
}
main{
    margin-bottom:100px;
}
.inside{
    width:80%;
    margin:0 auto;
}
main .inside p,main .inside h2{
    text-align:center;
    font-size:30px;
}
h2{
padding-top:10px;
}