body{
    background: rgba(17, 17, 17, 0.96);
}

.form-title{
    margin-top: 150px;
}

.button-default{
    background: white;
    height: 100px;
    width: 300px;
    margin: 20px;
    border: 2px solid gray;
    border-radius: 15px;
    padding: 10px;
}

.button-title{
    text-align: center;
}

.button-title-p{
    font-size: 20px;
    font-weight: bold
}

.block-images{
    display: flex;
    justify-content: center;
}

.image{
    margin: 0 5px;
    width: 30px;
    height: 20px;
    border-radius: 5px;
    background: rgba(17, 17, 17, 0.96);
}