main{
    height: 1100px;
    flex: 1;
}
span {
    display: block;
    margin-top: -15px;
    margin-bottom: 20px;
    color: #b23a3a;
    font-size: 14px;
}

button {
    /*display: block;
    width: 100%;
    padding: 12px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg, #ff6363, #ff3c3c);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;*/
    color: #ebff26;
}

button:hover {
   /*background: linear-gradient(135deg, #ff3c3c, #ff6363);*/
}

