body {
    background-color: black;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    color: rgb(218, 165, 32);
    font-family: 'Orbitron';
    text-align: center;
}

.container {
    width: 100%;
    height: 95%;
    display: flex;
    align-items: center; 
    flex-direction: column;
    justify-content: space-around; 
}

.sec {
    display: flex;
    align-items: center;
    font-size: 8em;
    height: 180px;
}

.dec {
    display: flex;
    align-items: center;
    font-size: 5.5em;
    height: 180px;
}

.digi{
    display: flex;
    align-items: center;
    color: white;
    font-size: 20px;
    height: 180px;
}