body {
    background-color: #000000;
    overflow: hidden;
    user-select: none;
    color: white;
    font-size: 30vw;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

#container {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#nine {
    color: white;
    font-weight: bold;
}

#power {
    color: white;
    text-align: center;
    font-weight: bold;
}

table {
    height: 30vw;
    text-align: center;
    font-size: 2.5vw;
}

a {
    cursor: pointer;
    color: white;
    text-decoration: none;
}


    a:hover {
        color: limegreen;
    }

.unavailable {
    text-decoration: line-through wavy;
    opacity: 0.6;
}

#vector {
    display: none;
}

.bracket-vector {
    display: none;
}

@media (max-width: 728px) {

    body{
        font-size: 45vw;
    }

    #matrix {
        display: none;
    }

    #vector {
        display: block;
    }

    .bracket{
        display: none;
    }

    .bracket-vector {
        display: block;
    }

    table{
        font-size: 4vw;
    }

    body{

    }
}

.zero {
    opacity: 0.6;
}
