@charset "UTF-8";


body{
    width: 100%;
}

.form{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form__title{
    text-align: center;
    background-color: #425d71;
    color: #fff;
    padding: 4vw 0;
    margin-bottom: 4vw;
}

#embbed-form{
    display: flex;
    justify-content: center;
}