/*
Copyright (C) 2020 Jonathan Snyder (morg223@gmail.com)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
/*
    Created on : Aug 22, 2020, 12:39:15 PM
    Author     : Jonathan Snyder (morg223@gmail.com)
*/

.simmingPrize {
    background-image:url('http://simmingprize.org/NewSimmingPrize/images/background.jpg');
    background-attachment:fixed;
    background-position: left top;
    position:absolute;

}


.simcontainer {
  border-radius: 25px;
  background-color:#C4C4C4;
  padding: 50px;
  margin: 20px;

}

.footer {
    font-size: small;
    text-align:center;
}

.tinywords {
    font-size:10px;
}

a {
  color:#FFD700;
}
