@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

#myDivCenter {
    position:fixed;
    top: 50%;
    left: 50%;
    width:30em;
    height:10em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
	border-radius:10px;
}

#themeText{
	border-radius: 3px;
	border-width:thin;
	border-color:#aaa;
	border-style:solid;
	height:20px;
}

#button {
    background-color: #4CAF50;
    border: none;
	border-radius:5px;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

