body {
    background-color:hsl(231, 69%, 25%);
    overflow:hidden;
    flex:auto;
    height: auto;
    margin: 0;
    justify-content: center;
    align-items:center;
    display: flex;
}