body{
    margin-top: 50px;
    position: relative;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}
