.flex-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.grid-list{display:-ms-grid;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.grid-list-col{-ms-grid-columns:auto auto auto;grid-template-columns:auto auto auto}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-around{-ms-flex-pack:distribute;justify-content:space-around}.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.text-center{text-align:center}.align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn{height:2rem;width:5rem;border:solid 2px #3b5998;border-radius:20px;background:#fff;color:#3b5998;font-size:1.2rem;letter-spacing:1px;-webkit-transition:all ease 0.5s;transition:all ease 0.5s}.btn:hover{cursor:pointer;background:#3b5998;color:#fff}.btn-wide{width:10rem}.btn-wider{width:13rem}.delete-btn{background:coral}.margin-top-bottom{margin-top:1rem;margin-bottom:1rem}.margin-top-bottom-small{margin-top:0.5rem;margin-bottom:0.5rem}.margin-left-right{margin-left:1.5rem;margin-right:1.5rem}.margin-left-right-small{margin-left:0.5rem;margin-right:0.5rem}.padding-top-bottom{padding-top:1rem;padding-bottom:1rem}.padding-left-right{padding-left:1rem;padding-right:1rem}.low-font-weight{font-weight:200}.high-font-weight{font-weight:800}.label-size{font-size:1.5rem}.error-message{color:darkred}.no-border{border:none}.border-solid{border:solid}.border-radius{border-radius:20px}
/*# sourceMappingURL=utils.css.map */