body{
        color: #e3e3e3;
        font-family: helvetica;
        background: #2d2b2b;
        text-align: center;
        padding: 5% 15%;
}

h1{
        text-transform: uppercase;
}

a, strong{
        color: #ffcb00;
}

.fa{
        font-size: 120px;
        color: #ffcb00;
}

ul li{
        color: #00cfff;
}

.uppercase{
        text-transform: uppercase;
}

.list li{
        list-style-type:none;
}
