<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.comicsans {
    font-family: "Comic Sans MS", cursive, sans-serif;
    }
.title {
    font-family: "Great Vibes", cursive;
    }
.float-left-250margin {
    float: left;
    margin-left: 150px;
    margin-bottom: 50px;
    }
.float-right-250margin {
    float: right;
    margin-right: 150px;
    margin-bottom: 50px;
    }
.fr150margin {
    float: right;
    margin-right: 50px;
    }
.fl150margin {
    float: left;
    margin-left: 50px;
    }
.tmargin {
    margin-left: 50px
    }
.floatLeft {
    float: left;
    }
.floatRight {
    float: right;
    }
.ser::first-letter {
    font-size: 110%;
    color: #5555FF;
    text-align: center;
    }
.estar::first-letter {
    font-size: 110%;
    color: #FF8888;
    text-align: center;
    }
#vs {
    border: 1px solid black;
    border-radius: 50%;
    background-color: #AAAAFF;
    animation-name: versuscolor;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
@keyframes versuscolor {
    0% {background-color: #FF8888;}
    25% {background-color: #AAAAFF;}
    50% {background-color: #FF8888;}
    75% {background-color: #AAAAFF;}
    100% {background-color: #FF8888;}
          }

.tableSer {
    border: 1px solid black;
    background-color: #DDDDFF;
    }
.tableEstar {
    border: 1px solid black;
    background-color: #FFDDDD;
    }
.start-btn{
    text-align: center;
    font-size: 300%;
	display: inline-block;
	margin:5px;
        margin-top: 100px;
    font-weight: bold;
    padding: 10px 0 10px 10px ;
    background-image: linear-gradient(to bottom right, red, yellow);
    text-shadow: -1px -1px black, 1px 1px white;
    color: black;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
    box-shadow: 0 .2em gray; 
    cursor: pointer;
}
.start-btn:active, .start2-btn:active{
	box-shadow: none;
	position: relative;
	top: .2em;
}
.start2-btn {
     text-align: center;
	display: inline-block;
	margin:5px;
     font-size: 300%;
     font-family: 'Press Start 2P', cursive;
    font-weight: bold;
    padding: 10px 0 10px 10px ;
    background-color: lightgray;
    text-shadow: -1px -1px black, 1px 1px white;
    color: gray;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
    box-shadow: 0 0.4em gray; 
    cursor: pointer;
    padding: 30px;
    }
.start2-btn:hover {
    background-color: #AAAAAA;
}
</pre></body></html>