resp=make_response('logout successful. Redirecting you back in 2 sec.\n<script> window.setTimeout(function(){\nwindow.location.href = "/";\n}, 2000);</script>')
resp=make_response('<style>\n@media (prefers-color-scheme: dark) {\nbody {\ncolor: #b3b3b3;\nbackground: #151d28;\n}\n}\n</style>\n<h2>Logout successful. Redirecting you back in 2 sec.</h2>\n<script> window.setTimeout(function(){\nwindow.location.href = "/";\n}, 2000);</script>')
resp.set_cookie('userID',"",max_age=0)#Set the max age of the cookies to 0, this means delete the cookies.