.wrap {
    width:1080px;
    margin:0 auto;
}

body {
  background-image: url('20260329132745_1.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.header { 
    height:140px;
    margin-bottom:15px;
    background-color:#FCB051;
}
h1 {text-align: center;
vertical-align: middle;
padding: 30px;
font-size: 90px;
font-family: Arial;
}


