.inner{
    width: 500px;
    margin: 40px auto;
}

.cont{
    margin-top: 40px;
}

h1{
    text-align: center;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
}

h2{
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
}

p{
    font-size: 16px;
    line-height: 1;
    margin-top: 12px;
}

input{
    margin-top: 12px;
}

.form_wrap{
    display: flex;
    justify-content: space-between;
}

.submit{
    display: block;
    width: 200px;
    height: 40px;
    margin: auto;
    border: none;
    border-radius: 20px;
    background: rgba(14,115,242,1);
    color: #fff;
}

.submit:hover{
    background: rgba(14,115,242,0.7);
}

.output{
    display: block;
    background: #f3f3f3;
    padding: 30px 20px;
    text-align: center;
}

.output_inner{
    margin-top: 0;
}



