/* styles.css */
/* Set body to use flexbox to center the content */
body {
    /* display: flex; */
    justify-content: center;
    /* align-items: center; */
    height: 100vh; /* Full height of the viewport */
    margin: 0;
    font-family: 'Helvetica', 'Arial', sans-serif; /* Font stack */
    text-align: center;
    padding: 20px;
}

phase-2 {
    background-color: #882405;
}

code {
    background-color: #121212;
    color: #ffffff;
    padding: 5px;
}