html {
    background-image: none;
}
.main {
    position: relative;
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    text-align: center;
}
.main p:first-of-type {
    margin-top: 0;
}