* {
    font-family: Arial, sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../images/digicode/tile-background.jpg");
    background-repeat: repeat-x;
    padding: 50px 0;
}

.digicode {
    width: 40%;
    padding: 50px 10px 150px 10px;
    background: url("../images/digicode/tile-keyboard.jpg");
    border: black double 5px;
    text-align: center;
    border-radius: 10px;
    box-shadow: black 0 0 20px;
}

.digicode .digicode-screen {
    font-size: 30px;
    width: 80%;
    padding: 10px 20px;
    background: url("../images/digicode/tile-screen.jpg");
    border: #333 solid 2px;
    border-radius: 10px;
    letter-spacing: 2.5pt;
    text-align: center;
    font-family: "Courier New", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
