* {
    color: rgb(0, 0, 255);
    background-color: rgb(0, 255, 42);
    /* background-color:rgb(255, 0, 0); */
    text-align: center;
}

h1 {
    text-align: left;
}

.box {
    background-color: rgb(0, 0, 255);
    color:rgb(0, 255, 42);
    border: 5px solid black;
    padding: 25px;
    margin: 20px;
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    box-sizing: border-box;
}