*{
    font-family: 'Nunito', sans-serif;
}
input{
    margin-top: 20px;   
}

body{
    margin-top: 30px;
    background-color: grey;
}
pre {
    margin-left: 25%;
    margin-right: 50%;
    background-color: #ccc;
}
.main-wrapper table {
    width: 30%;
    background-color: #ccc
}

.main-wrapper table th {
    text-align: left;
}

.main-wrapper table td {
    text-align: left;
    padding-left: 10px;
}
