
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body {
    margin: 0;
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
    color:blue;
    background-color: black;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
}