body {
    background-color: gray;
    background-image: url(background.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-family: "Arial Narrow", "Calibri", sans-serif;
}

.telegram {
    width: 250px;
}

h1 {
    padding-top: 100px;
    /*color: #c54b8c;*/
    color: dimgray;
}

h2 {
    font-size: 20px;
    /*color: #008cf0;*/
    color: dimgray;
}