<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: Minecraft;
    src: url(Minecraft.ttf);
}

body{
    background-color: #393E5E;
}
#puissance4{
    position: relative; top: 20px;
    margin: auto;
    width: auto;
}
tr, td {
	padding: 0;
	margin: 0;
	font-weight: bold;
	border: none;
    background-color : #20319b;
    font-size:35px;
    text-align: center;
}
input{
	height: 2.7cm;
	width: 2.7cm;
	font-size: 25px;
	margin : 0px;
	margin-right: 3px;
	margin-left: 3px;
	border : 2px #393E5E inset;
    border-radius : 2cm;
}
table{
    background-color: #20319b;
}
h1{
    display: box;
    background-color: #20319b;
    padding : 15px;
    margin: 0 auto;
    text-align: center;
    font-size: 55px;
    font-family: Minecraft;
    color: white;
    width: auto;

}
button{
    position: relative;
    background-color: #20319b;
    display: inline-block;
    padding: 15px 15px;
    color:white;
    border-color: #20319b;
}
#refresh,#inverser{
    font-size: 35px;
    margin : auto;
    text-align: center;
    font-family: Minecraft;
}

#reinitialiser{
    font-size: 20px;
    position: relative;
    font-family: Minecraft;
    border-color: white;
}
#reinitialiser2{
    font-size: 20px;
    position: relative;
    font-family: Minecraft;
    border-color: white;
}
#reinitialiser3{
    font-size: 20px;
    position: relative;
    font-family: Minecraft;
    border-color: white;
}

#tabrecord {
    width: auto;
    height: auto;
    margin: auto;
    position: relative;
    background-color: #20319b;
    display: inline-block;
    padding: 15px 15px;
    color:white;
    border-color: #20319b;
    z-index: -1;
    font-family: Minecraft;
}
#tabwin {
    width: auto;
    height: auto;
    margin: auto;
    position: relative;
    background-color: #20319b;
    display: inline-block;
    padding: 15px 15px;
    color:white;
    border-color: #20319b;
    z-index: -1;
    font-family: Minecraft;
}
#tabstreak {
    width: auto;
    height: auto;
    margin: auto;
    position: relative;
    background-color: #20319b;
    display: inline-block;
    padding: 15px 15px;
    color:white;
    border-color: #20319b;
    z-index: -1;
    font-family: Minecraft;

}
#title {
    text-decoration: underline;
}
thead{
    font-size:25px;
}
tbody{
    font-size:20px;
}
#a_qui_le_tour {
    position: relative; top: 10px;
    text-align: center;
    margin: auto;
    font-size: 35px;
    color:red;
    font-family: Minecraft;
}
.text-center {
    text-align: center;
  }
.footer{
    position: relative;
}
h2{
    font-size: 25px;
    display: box;
    background-color: #20319b;
    padding : 15px;
    margin: 0 auto;
    text-align: center;
    font-family: Minecraft;
    color: white;
    width: auto;
}</pre></body></html>