*,*:before,*:after{
    box-sizing: border-box;
}

.container{
    padding: 5% 10%;
}

label{
    display: block;
}

textarea{
    resize: none;
}