body{
    background: rgb(238,174,202);
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
    color: white;
}

hr{
    color: black;
}

.h1{
    font-size:300px;
    -webkit-text-stroke: 2px black;
    cursor: default;
}

.h2{
    font-size:150px;
    color:white;
    text-decoration: none;
    -webkit-text-stroke: 2px black;
}
.h3{
    text-decoration: none;
}
.h4{
    cursor: default;
}
.h5{
    font-size:1.5em;
}
#saisie{
    font-size:80px;
    width: 160px;
    text-align: center;
    vertical-align: middle;
}
.btn{
    font-size: 30px;
}

a:hover{
    cursor: pointer;
}

#score{
    font-size: 55px;
}
header{
    opacity: 0.75;
}

footer {
    position: absolute;
    opacity: 0.75;
    left: 0;
    bottom: 0;
    width: 100%;
  }