main {
    max-width: 1500px;
    justify-content: center;
}

h1 {
    color: black;
    text-align: center;
    }

body {
    background-color:rgb(242, 196, 238);
    margin-left: 75px;
    margin-right: 75px;
}