body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f4f4f4;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 20px;
}
.container {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}
h3 {
    color: gray;
    text-wrap: balance;
}

.poweredby {
    margin-top: 40px;
    margin-left: auto;
    padding-bottom: 10px;    /* Отступ от нижнего края */
    padding-right: 10px;     /* Отступ от правого края */
}

.poweredby a {
    text-decoration: none; /* Убираем подчеркивание */
    font-size: 0.8rem;
    color: lightgrey; /* Цвет ссылки */
}

.poweredby a:hover {
    text-decoration: underline;
}
