* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {

    background-color: #000;

}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

h1 {
    color: #fff;
    font-size: 42px;
}