.colors__value{border:1px solid #2f2f2f}.img__size{width:250px;height:250px}.loading__failed{margin:0 auto}.button-2{text-decoration:none;display:inherit;margin-top:20px;height:50px;line-height:50px;padding:0 15px;font-family:monospace;font-size:16px;color:#232323}.button-2,.button-2 span{position:relative}.button-2:before{content:"";position:absolute;top:0;left:0;width:35px;height:100%;background:#033903;transition:.3s ease-in-out}.button-2:hover:before{width:100%}.loader__container{margin:0;height:40vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.loader{width:250px;height:250px;font-size:25px;border-top:.3em solid #006400;position:relative;animation:rotating 2s ease-in-out infinite;--direction:1}.loader,.loader:after,.loader:before{box-sizing:border-box;border-radius:50%}.loader:after,.loader:before{content:"";position:absolute;width:inherit;height:inherit;top:-.2em}.loader:before{border-top:.3em solid #adff2f;transform:rotate(120deg)}.loader:after{border-top:.3em solid green;transform:rotate(240deg)}.loader span{position:absolute;width:inherit;height:inherit;text-align:center;line-height:10em;font-family:sans-serif;animation:rotating 2s linear infinite;--direction:-1}@keyframes rotating{50%{transform:rotate(calc(180deg*var(--direction)))}to{transform:rotate(calc(360deg*var(--direction)))}}.my__btn{background-color:#9eff00;font-family:PressStart;color:#222;font-size:13px}.my__btn,.my__btn:hover{border:1px solid #9eff00}.my__btn:hover{background-color:#000;color:#fff}