.flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
}

.main-content{
    padding: 10%;
}

p{
    text-align: center;
}

.intro_text{
    text-decoration: none;
}

.instruct_text{
    font-weight: 900;
    text-transform: uppercase;
    font-size: smaller;
}

.plato-form-widget{
    height: 100%;
    width: 100%;
}

.form-wrapper{
    height: 700px;
    width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}