body{
    display:flex;
    justify-content:center;
    background: url(../images/rainbowstr.gif)
}
main{
    max-width: 600px;
    width:100%;
    padding: 20px;
    background-color: antiquewhite;
}