head{
    align-items: center;
}

h1 {
    color: rgb(74, 8, 139);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    padding: 0px;
    font-size: 40px; 
}
body {
    background-image: url(grassbackground2.jpg);
    background-color: green;
    background-size: 95%;
    background-repeat: no-repeat;
    background-position-x: center;
    /*background-position-y: 400px;*/
    font-size: 11mm;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: rgb(74, 8, 139);
    text-align: center ;
    padding: 1mm;
}
.rules{color:darkslategrey;}
img{ position: absolute;}

.flex-container {
    display: flex;
    align-self: center;
    padding-left: 250px;
}

.flex-child-right {
    flex: 1;
    align-self:auto;
    align-content: center;
    padding-left: 45%;
}

.flex-child-left {
    flex: 1;
    align-self:auto;
    align-content: center;
    padding-left:15%;
}

#rightSide {
    position: absolute;
    width: 500px; 
}

#leftSide {
    position: absolute;
    width: 500px;
}

p {
    color: black;
    font-size: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bolder;
}

span {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  color: white;
}

#btn, #hint {
    background-color: rgb(74, 8, 139);
    color: gray;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bolder;
    width: 200px;
    height: 100px;
}

#useless {
    background-color: rgb(106, 169, 251);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bolder;
    width: 1000px;
    height: 150px;
 
}
footer {
    text-align: right;
    position: fixed;
    bottom: 1px;
    right: 60px;
    font-size: 20px;
    width: 500px;
}
#warn{display: none;}