@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap');

body {
    font-family: 'Orbitron', sans-serif;
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #4c1d95 100%);
    min-height: 100vh
}

.cube {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #8b5cf6, #a78bfa);
    border: 1px solid #c4b5fd;
    display: inline-block;
    margin: 1px
}