* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: var(--tg-theme-text-color);
    background: var(--tg-theme-bg-color);
}

.Main {
    width: 100%;
    margin-top: 10%;
    padding: 10px;
    text-align: center;

}

h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

img {
    width: 200px;
    margin: 10px auto;
}

.btn {
    border: 0;
    border-radius: 5px;
    margin-top: 5px;
    height: 50px;
    width: 90%;
    font-style: 20px;
    font-weight: 1000;
    font-size: 0.5em;
    font-weight: bold;
    cursor: pointer;
    color: var(--tg-theme-button-text-color);
    background: var(--tg-theme-button-color);
}