body{
    color: #342d27;
    background-color: #f3f159;
    font-family: "PT Sans", sans-serif;
}

a{
    color: inherit;
    text-decoration: none;
    transition: all 0.15s;
}

a:hover{
    opacity: .5;
}