body {
    background:#111;
    color:white;
    font-family:Arial;
    margin: 0;
}

.Header {
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
}

.TXT {
    margin-bottom: 100px;
}

.container {
    display: grid;
    justify-content: center;
}

.buttons {
    display: flex;
    gap: 15px;
    padding: 100px;
}

.Qsmp2, .LifestealS8 {
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 250px;
    font-size: xxx-large;
    transform: scale(1.00);
    transition: 0.3s ease;
}

.Qsmp2, .LifestealS8 {
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 250px;

    transition: transform 0.3s ease;
}

.Qsmp2:hover, .LifestealS8:hover {
    transform: scale(1.03);
}

.Qsmp2:hover a, .LifestealS8:hover a {
    color: black;
    font-weight: bold;
    transition: 0.3s ease;
}

a {
    color: white;
    text-decoration: none;
}

.LifestealS8 {
    border: #09e927c8;
    background-color: #09e927c8;}

.Qsmp2 {
    border: #ffaf00;
    background-color: #ffaf00;}

/* img {
    width: 500px;
    height: 300px;
} */