/* 
    Document   : syile
    Created on : 2019/08
    Author     : Tago
    Description:
        Purpose of the stylesheet follows.
*/
body{
border-top:#1960B4 15px solid;
}
#wrap{
    background: url("../images/wrap.png") center top no-repeat;
    text-align: center;
    margin:auto;
}
img {
  max-width: 100%;
  height: auto;
}
.layout-header h1{
    padding:120px 0;
}
.layout-body{
    height: 580px;
}
.layout-body .main{
    width: 980px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.layout-footer{
    width: 980px;
    margin: auto;
    height: 290px;
    text-align: center;
    padding: 195px 0 0 0;
}
.layout-footer h2{
    font-size:36px;
}
.footer p{
    font-size:22px;
    padding: 50px 0 0 0;
}
