body {
    overflow-x: hidden;
}
/*Заголовок*/
h1 {
    text-transform: uppercase;
    text-align: center;
}
/*Создание блока статей*/
.history {
    width: 300px;
    height: 700px;
    border-style: solid;
    text-align: center;
    border-radius: 0.5%;
    border-color: #f30c0c;
    line-height: 1.8em;
    padding-top: 30px
}
.block {
    width: 300px;
    height: 700px;
    border-style: solid;
    text-align: center;
    border-radius: 0.5%;
    border-color: #f30c0c;
    line-height: 1.8em;
    padding-top: 30px;
    margin-left: 1500px;
    margin-top: -740px;
}
.img {
    margin-left: 500px;
    margin-top: -640px; 
}
.img:hover {
    cursor: pointer;
    transform: scale(1.1);
}

/*Медиазапросы*/
@media (max-width: 1366px) {
    h1 {
        text-transform: uppercase;
        text-align: center;
        font-size: 20px;
    }
    .block {
        position: relative;
        left: -480px;
    }
    .img {
        display: block; 
        width: 217px;
        height: 298px;
        margin-left: 400px;
        margin-top: -640px; 
    }
}

