@font-face {
    font-family: 'determination'; /* Define a name for the font */
    src: url(determination.ttf); /* Replace with the path to your font file(s) */
    /* Add more src declarations for other font formats, if necessary */
    font-weight: normal; /* Specify font weight */
    font-style: normal; /* Specify font style */
}

@font-face {
    font-family: 'comic-sans'; /* Define a name for the font */
    src: url(comic-sans.ttf); /* Replace with the path to your font file(s) */
    /* Add more src declarations for other font formats, if necessary */
    font-weight: normal; /* Specify font weight */
    font-style: normal; /* Specify font style */
}

.container {
    text-align:center;
}

.center {
    display:inline-block;
}

.titlep {
    color: #fff;
    font-size: 54px;
    font-family: comic-sans, determination, sans-serif;
}

.timep {
    color: #fff;
    font-size: 32px;
    font-family: determination, comic-sans, sans-serif;
}

button {
	font-family: determination, comic-sans, sans-serif;
	background-color: inherit;
	border: none;
	color: white;
    font-size: 32px;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
 	display: inline-block;
}

#testicular-torsion {
    opacity: 0;
}