#speed-container {
    position: fixed;
    right: 2em;
    bottom: 0;
}

h3,
h2,
#start {
    color: white;
}

table {
    background-color: white;
    margin-bottom: 2em;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 75%;
    max-width: 364px;
    padding: 24px;
    background: white;
    color: rgb(14, 30, 37);
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(14, 30, 37, .16);
}
