*{
    box-sizing: border-box;
    text-align: center;
    /* outline: 1px dotted black; */
}

body{
    margin: 20px auto;
    background-color: #fff;
    background-image: url("../images/background.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center; 
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;

}
.title{
    margin: 70px auto 10px auto;
}
.mainboard{
    background-color: #fff;
    top: 30px;
    border-radius: 25px;
    border: 5px solid #404040; 
}
.maintitle{
    padding: 30px;
    background-color: #fff;
    font-family: 'Permanent Marker', cursive;
    text-decoration: underline;
    font-size: 60px;
    text-align: center;
    color: red;
    border-radius: 25px;
    border: 5px solid #404040; 
}
.letterslist{
    font-size: 30px;
}
.myletters{
    border-radius: 25px;
    border: 2px solid #404040; 
    font-size: 40px;
    color: #327F32;
}
.hiddenword{
    font-size: 60px;
    padding: 80px 10px;
}
.imgselected{
    position: absolute;
    top: 200px;
    left: 0px;  
}
.content{
    background-color: #fff;
    margin-top: 20px;
    padding: 20px 0;
    border-radius: 25px;
    border: 5px solid #404040; 
}
.lives{
    height: 50px;
}
.livesleft{
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
    font-size: 20px;
    color: #327F32;
    font-weight: bold;
}
.liveimage{
    width: 50px;
    background-color: #fff;
}
.win{
    width: 50%;
    position: absolute;
    top: 200px;
    left: 0px;  
}
.gamover{
    width: 50%;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}


