.header{display:flex;padding:5px 20px;justify-content:space-between;align-items:center}.header .header-logo{width:100px;border-radius:8px;cursor:pointer}.header .header-name{color:#000102;font-weight:700}.header .header-name-span{color:#fff}.footer{height:50px;display:flex;justify-content:center;align-items:center}.footer-text{color:#000;font-weight:700;text-shadow:none;display:flex;justify-content:center;align-items:center}*{padding:0;margin:0;font-family:Unbounded,cursive;text-decoration:none;list-style:none}.edit{min-height:789px;background-color:#1b7ac7;display:flex;padding:30px;justify-content:center;align-items:center;flex-direction:column}.edit .container{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;padding:20px;margin:20px;box-shadow:2px 2px 6px #000;border-radius:8px}.edit .container h1{color:#32a4c7}.edit .container-item{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}.edit .container-item-input{margin:5px;border:none;box-shadow:2px 2px 6px #000;background-color:#f3f3f3;width:70%;color:#000;text-align:center;padding:9px}.edit .button{border:none;padding:10px;border-radius:8px;cursor:pointer;transition:.7s;box-shadow:2px 2px 7px #000}.edit .button:hover{background-color:green;color:#fff}.main{background-color:#1b7ac7;min-height:780px;display:flex;flex-direction:column;justify-content:center;align-items:center}.main-text{color:#fff;margin:20px;text-align:center;text-shadow:1px 1px 10px black}.main-input{border:none;padding:10px;margin:20px;text-align:center;border-radius:8px;box-shadow:1px 1px 3px #000}.main-button{border:none;padding:10px;margin:20px;border-radius:8px;box-shadow:1px 1px 3px #000;cursor:pointer;transition:.7s}.main-button:hover{background-color:#324fcf;color:#fff;transform:scale(1.1)}.page{display:flex;align-items:center;justify-content:center}.boxs{width:100%;min-height:89vh;display:flex;align-items:center;justify-content:center}.boxs-container{display:flex;flex-flow:row wrap}.boxs-container-item{min-width:200px;display:flex;margin:20px;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;box-shadow:2px 2px 5px #000;padding:20px}.boxs-container-item-image{width:150px;height:140px;border-top-left-radius:8px;border-top-right-radius:8px}.boxs-container-item-text{color:#fff;text-shadow:2px 2px 5px black}.text{width:100%;min-height:89vh;display:flex;align-items:center;justify-content:center}.text-words{text-shadow:2px 2px 5px black;color:#fff}.text-and-image{width:100%;min-height:89vh;display:flex;align-items:center;justify-content:center;flex-direction:column}.text-and-image-image{width:300px}.text-and-image-text{text-shadow:2px 2px 5px black;color:#fff}
