body {
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

#divMain {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 72px;
    font-weight: bold;
    color: white;

}

#code {
    color: rgb(105, 247, 105);
}