
/*  body {
    position: relative;
    top: 440px;
    margin-left: 50%;
    transform: translate(-50%);
  }
*/
  .content{
    position: relative;
    top: 440px;
    width: 900px;
    display: inline-block;
    text-align: center;
    font-family: sans-serif;
    padding-bottom: 100px;
    }
