
.Header {
    font-family:Arial, sans-serif;
    text-align:center;
}

body {
    background-image:url("Main_Background.jpg");
    background-repeat: no-repeat;
    background-size: 1600px 950px;
    
}

.Play_Btn {
    
    color: white;
    background-color:black;
    border-radius:10px;
    text-align:center;
    padding: 20px 80px;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 20px auto;
} 

.Help_Btn {
    width: fit-content;
    margin: 20px auto;
    text-align:center;
    padding: 15px 40px;
    color: white;
    background-color:black;
    border-radius:10px;
    display: flex;
    justify-content: center;
}



































