.infoExtra>div>form {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.infoExtra>div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}



.ff>form>input {
    padding: 15px;
    width: 250px;
    margin-bottom: 3px;
    border: none;
    border: solid 2px rgba(3, 39, 158, 0.589);
    transition: all 0.2s linear;
    background: white;
    font-weight: bold;
}

.ff>form>input[type="submit"]:hover {
    background: rgb(3, 39, 158);
    color: white;
    cursor: pointer;

}