/*
Import all css files into one so that I don't have to include every one
in the html file.
This is the minimal version of the main.css file for the login and registration page.
 */
@import url("./login_register.css");
@import url("./minimal.css");
