html, body {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(45deg, #dbdbdb, #bfbfbf, #0000);
}


.Text {
    text-align: center;
    color: black;
}

.Info {
    margin-top: 10px;
    margin-left: 100px;
    border-radius: 15px;
    height: 80%;
    width: 30%;
    background-color: rgba(242, 242, 242, 0.251);
}

.zagolovok {
    text-align: center;
    color: black;
}

.imgP {
    height: 50%;
    width: 50%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 100px;
    border-radius: 10px;
}


.info2con {
    display: flex;
}


.worning {
    display: block;
    margin-left: 40%;
    margin-top: 5px;
}


.recording {
    width: 50%;
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
}