/*
Theme Name: Redirect
Description: Redirects the front end to domain.com
*/
* {
    display: none;
}
html {
    display: none;
}
body {
    display: none;
}