*, ::before, ::after {
    box-sizing: border-box;
}
body{
    background-image: url(../essaie/image/2020-4-9_Animal_Crossing_Accolades.avif);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height:100%;
}
.container {
    width:1000px;
    margin:auto;
    display: flex;
    justify-content: center;
}
h1{
    font-size:60px;
    font-family:cursive;
}
.screen {
    background-color:rgb(175, 253, 243, 0.5);
    height: 500px;
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 20em;
    text-align: center;

}
.put-text {
    display: flex;
}
input {
    width: 400px;
    height: 80px;
    font-size: 2rem;
}
.btn {
    width: 100px;
    height: 80px;
    margin: 0;
}

tr {
    display: flex;
    flex-direction: column;
    align-items: center;

}
td {
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    margin: 1px;
    border:  rgba(0, 197, 164, 0.288) 1px solid;
    width: 120px;
    height: 113px;
    background-color: rgba(9, 73, 0, 0.5);
    color:white;
}