#row1, #row4, #form-title, .form-inputs{
    display: flex;
    justify-content: center;
}

.links{
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    height: 60px;
    border: 2px solid;
    border-left: 5px solid;
    border-bottom: 5px solid;
    font-size: 20px;
    border-radius: 6px;
    color: black;
    transition: 0.3s;
}

.links:hover{
    border-radius: 9px;
    background: rgb(0, 0, 0);
    color: white;
}

#row3, #row5, #row7, #row9, #row12{
    background-color: rgb(237, 237, 237);
}

#row4, video{
    border-radius: 3px;
}


#row6, #row8{
    display: flex;
    text-align: center;
}

.row10items{
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-container{
    border-radius: 5px;
    background-image: url("./images/my_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#form-title{
    margin-left: 20px;
}

.form-h2{
    border: 2px solid;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.745);
}

.inputs{
    margin-top: 15px;
    min-width: 330px;
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 17px;
    outline: none;
    background-color: rgba(255, 255, 255, 0.745);
    transition: 0.3s;
}

.inputs:hover{
    border-color: white;       
}

::placeholder{
    color: black;
}

#message{
    height: 250px;
}

#form-btn{
    display: flex;
    justify-content: center;
}

.btn-form{
    border: 2px solid;
    font-size: 17px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.745);
    transition: 0.3s;
}

.btn-form:hover{
    border-color: white;
}

.h-captcha{
    display: flex;
    justify-content: center;
}

