.typography a,
a{
    color: #fff;
    text-decoration: underline;
}

.typography a:hover,
a:hover{
    color: #F59700;
}
.typography a:visted,
a:visited{
    color: #1A0F66;
}

body{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
}
p{
    
}

input,textarea{
    color: #000;
}
