.index{display:grid;place-content:center;height:100vh;-webkit-animation:color-change-4x 30s linear infinite alternate both;animation:color-change-4x 30s linear infinite alternate both}.index__content{width:70rem;position:relative}.index__form{display:flex;width:100%;gap:1rem}.index__form input[type=file]{display:none}.index__form__label{cursor:pointer;background-color:#fff;width:100%;box-shadow:.2rem .2rem .5rem #5555;height:4rem;display:flex;align-items:center;gap:1rem}.index__form__label span{font-family:montserratbold;letter-spacing:-.1rem;color:#00a859}.index__form__icon{fill:#333;margin-left:1rem}.index__form__icon:hover{transform:scale(1.1)}.index__form__submit{border:none;background-color:#fff;color:#333;width:10rem;font-size:1.8rem;letter-spacing:.1rem;font-family:montserratbold;box-shadow:.2rem .2rem .5rem #5555;cursor:pointer;transition:.1s ease}.index__form__submit:hover{background-color:#333;color:#fff}.index__img-example{width:100%;height:auto;margin-top:1rem}.alert{padding:1rem;background-color:#f00a}.alert__error{color:#fff;font-family:montserratbold;text-align:center;position:absolute;top:-8rem;left:50%;transform:translate(-50%)}@-webkit-keyframes color-change-4x{0%{background:#00a859}33.3333%{background:#a8cf45}66.666%{background:#3c9}to{background:#c93}}@keyframes color-change-4x{0%{background:#00a859}33.3333%{background:#a8cf45}66.666%{background:#3c9}to{background:#c93}}
