body {
    background-color: black;
    color: white;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}
.btn-custom {
    width: 300px;
    display: inline-block;
    background-color: white;
    color: black;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}

.offer p {
    color: #4c4c4c;
    margin: 10px;
}

.offer a, .offer p {
    color: #4c4c4c;
}
.disabled {
  pointer-events: none;
  cursor: default;
}
#pay_form #app{
    background-color: white;
}

.telegram-username input[type=text] {
    width: 300px;
    height: 40px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 18px;
}

.telegram-username input::placeholder {
  font-size: 18px;
}

.announcement {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 5% 0px 20px;
}

#telegram-error {
    color: red;
}

#photo-attachment{
    max-width: 40%;
}

@media only screen and (max-width: 1080px) {
    #photo-attachment{
     max-width: 70%;
   }
}
.medium_logo img{
    width: 300px;
    height: 300px;
}
