body {
    font-family: "Roboto", "Arial", "sans-serif";
}

h1 {
    margin-bottom: 20px;
}

p {
    font-size: 20px;
}

/* trully awful */
.dot_undefined {
    height: 25px;
    width: 25px;
    background-color: #808080;
    border-radius: 50%;
    display: inline-block;
}

.dot_false {
    height: 25px;
    width: 25px;
    background-color: #eb4034;
    border-radius: 50%;
    display: inline-block;
}

.dot_true {
    height: 25px;
    width: 25px;
    background-color: #89e681;
    border-radius: 50%;
    display: inline-block;
}

.name {
    width: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}