/*
  Theme Name: WordPress Language Switcher LP
  Description: Simple language switcher index landing page
  Author: htl

  Version: 1.0.0

  Tags: one-page

  License: GPL-2.0+
  License URI: http://www.gnu.org/licenses/gpl-2.0.html

  Text Domain: wp-language-switcher-lp
*/


body {
	font-family: sans-serif;
	color:white;
	background:#333;
	text-align: center;
	font-size:18px;
}

select {
    padding: 5px;
    font-size: 18px;
}

#language {
	margin:16px;
}

#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  color: #fff;
  padding:8px;
  text-align: center;
}