html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #222;
    font-size: 0;
}

.tools>ul {
    list-style-type: none;
}

.tool-views>.webcam {
    margin: 0px auto;
    width: 500px;
    height: 358px;
    border: 10px #333 solid;
}

.tool-views>.webcam>#videoElement {
    width: 500px;
    height: 338px;
    background-color: #666;
}

.microphone svg {
    display: block;
    width: 500px;
    height: 358px;
    padding: 0;
    margin: 0px auto;
}

.microphone h1 {
    width: 100%;
    font-family: sans-serif;
    position: absolute;
    text-align: center;
    color: white;
    font-size: 18px;
    top: 40%;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

.microphone h1 a {
    color: #48b1f4;
    text-decoration: none;
}

.microphone path {
    stroke-linecap: square;
    stroke: white;
    stroke-width: 0.5px;
}

.keyboard {
    margin: 0px auto;
    width: 450px;
    height: 358px;
}

.keyboard div button {
    width: 25px;
    height: 25px;
}

.keyboard .keyOverride {
    width: auto;
}

.keyboard #enter {
    width: 85px;
}

.keyboard #space {
    width: 130px;
}

.spaceRow {
    display: flex;
}

#arrowup, #arrowleft {
    margin-left: 20px;
}

.success {
    background-color: lime;
    color: #000;
}