body{
    margin: 0;
    background: black;
    height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Manrope';
}