* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: antiquewhite;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
    width: 100%;
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(10, 9, 9);
    text-align: center;
}