.main {
    width: 100%;
    max-width: 1024px;
    margin: 30px auto;
    border-radius: 10px;
    background-color: #ccf;
    padding: 10px;
}