h1 {
    font-size: 70px;
    color: #100e0e;
    text-align: center;
    margin-bottom: 20px;
}

H2 {
    align-items: center;
}

h3 {
    font-size: 40px;
    color: #3f2e48;
    text-align: center;
    margin-bottom: 15px;
}

button {
    background-color: #4CAF50;
    color: white;
    padding: 20px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

p1 {
    font-size: 20px;
    color: #7b0606;
    line-height: 1.6;
    margin-bottom: 15px;
}

* {
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    margin: 0px;
    background-color: #dea7d7;
}

.bg-img {
    background-image: url(img/win\ aa.gif);
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 200vh;

}