body {
    background: rgb(244,100,55);
    background: linear-gradient(135deg, rgba(244,100,55,1) 0%, rgba(244,171,74,1) 100%);
}