Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
* {
box-sizing: border-box;
}
@font-face {
font-family: casino;
src: url(/assets/CasinoRegular-Wyz4G.ttf);
}
.bet {
position: absolute;
max-width: 25px;
padding: 3px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
background-color: yellow;
overflow: hidden;
border-radius: 50%;
color: black;
}
.output {
display: grid;
width: 80vw;
height: 80vh;
margin: auto;
padding: 0;
}
.box {
position: relative;
text-align: center;
border: 1px solid #ddd;
font-family: casino;
}
.btn {
padding: 10px 20px;
font-size: 20px;
cursor: pointer;
background-color: #e4a700;
font-family: casino;
color: #fff;
border: none;
border-radius: 5px;
}
body {
font-family: casino;
font-size: 20px;
background: rgb(69, 147, 26);
background: radial-gradient(circle, rgba(69, 147, 26, 1) 0%, rgba(24, 112, 8, 1) 49%, rgba(17, 112, 4, 1) 100%);
text-align: center;
margin: 0;
}
.highscore {
color: white;
-webkit-text-stroke: 0.2px black;
}
.score {
color: white;
-webkit-text-stroke: 0.2px black;
}
.message {
color: white;
-webkit-text-stroke: 0.2px black;
}
.logo-image {
max-width: 120px;
max-height: 120px;
object-fit: contain;
position: absolute;
top: 5px;
left: 54px;
}
.small-font {
font-size: 0.8em; /* Adjust the font size as needed */
}