@font-face {
    font-family: 'Magazine';
    src: url("fonts/Magazine.ttf") format('truetype');
    font-weight: 400; 
    font-style: normal;
}

@font-face {
    font-family: 'AckiPreschool';
    src: url("fonts/AckiPreschool.ttf") format('truetype');
    font-weight: 400; 
    font-style: normal;
}
/*заглавный текст*/.titletext{
    font-family: "Magazine";
    font-size: 90px;
    text-align: center;
    color: #5783B4;
    font-weight: 900;
    position: absolute;
    left: 700px;
    top: 0px;

}


.body {
    padding: 10px;
    background-image: url("images/stripes.jpg");
}

#butt{
    position: absolute;

    z-index: 0;
    top: 100px;
}

#max {
    position: absolute;
    z-index: 10;
    height: 110px;
    left: 1230px;
}