#rootie {
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#rootie .box {
    background: #fff;
    height: 90%;
    width: 900px;
    justify-content: center;
    border-radius: 20px;
    margin: 20px auto;
    padding: 50px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 4px;
    text-align: center;
}

#rootie .logo {
    margin-bottom: 10px
}

#rootie h3 {
    margin-top: 20px;
}

#rootie p {
    font-size: 16px;
    font-weight: 600;
}

#rootie table {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px auto
}

#rootie th {
    background: #eee;
}

#rootie th,
#rootie td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px
}