* {
    margin: 0;
    padding: 0;
}

body{
    background: #111214;
    color: white;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Muli', sans-serif;
}

#word{
    color:#ff6300;
}

table{
    width: 80%;
    max-width: 800px;
    min-width: 500px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;

}

td{
    padding-bottom: 30px;
}

p{
    color: white;
    font-weight: 400;
    font-size: 22px;
    font-family: 'Muli', sans-serif;
    padding-bottom: 25px;
    width: 80%;
    text-transform: none;
}

a{
    color: white;
    text-decoration: none;
}

a:hover{
    color: #ec6404;
    text-decoration: none;
}
