body{
    margin: 0;
    min-height: 100vh;
    background-image: url(bg3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.customimg {
   
    border: 2px solid #a67c52;
    padding: 10px;
    border-radius: 12px;
    background-color: #1c1c2b;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);    
    position: absolute;
    top:   50px ;
    left:  950px ;
    height:400px ;
}  
.DOB{
    text-align: center;
    color: aliceblue;
    height: 0%;
}
input{
    background-color:rgb(255, 255, 255);
    border-radius: 10px;
    height: 23px; 
    width: 130px;
    border:none;
    text-indent: 7px;
    scale: 1.07;
}
input:focus{
    width: 160px;
    box-shadow: 0 0 20px rgba(253, 173, 0, 0.527);
    border-color: rgb(255, 180, 40);
}
#Day{    
    margin-left:30px;
}
#Month{
    margin-left:14px;
}
#Year{
    margin-left:27px;
}
#head{
    color: rgb(195, 173, 216);
    text-align: center;
    margin: 10 px;
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#SubBtn{
    color: bisque;
    background-color: rgb(128, 46, 100);
    height: 30px;
    border: none;
    cursor: pointer;
    transition: background-color 0.25s;
    border-radius: 8px;
    
}
#SubBtn:hover{
    background-color: rgb(131, 91, 126);
}
.box{
    background-color: rgba(141, 134, 168, 0.8);
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    width:fit-content;
    font-size: larger;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 25px;
    box-shadow: 0 0 10px rgba(168, 114, 255, 0.959);
}
.button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 180px;
}
#board {
    width:fit-content;
    margin: 0 auto;
    background-color: rgb(123, 99, 130);
    display: flex;
    grid-template-columns: repeat(3, 100px); 
    grid-template-rows: repeat(3, 100px);
    border: 0px solid black; 
    text-align: center;
    align-self: center;
    align-content: center;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
  }
.cell {
    width: 100px;
    text-indent: 5px;
    align-content: center;
    height: 80px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-indent: c;
    font-size: 40px;
    border: 1px solid black;
}
