#error{display:flex;flex-direction:row;margin:8vh 4vw 2vw;max-width:900px}#error figure{max-width:300px;border-radius:20px;overflow:hidden}#error figure img{width:100%;height:100%;object-fit:cover}#rightTextError{gap:20px;display:flex;flex-direction:column;margin:0 0 0 30px}#rightTextError a{text-decoration:none}#backIndex{display:flex;padding:4px 20px;gap:7px;cursor:pointer;border-radius:3px;position:relative;overflow:hidden;max-width:165px;background-color:#143c64}#backIndex::after{content:"";width:100%;height:100%;position:absolute;top:-100%;left:0;transition:all .3s ease-in;z-index:2;background-color:#00a162}#backIndex:hover::after{top:0;transition:all .3s ease-out}#backIndex p{z-index:3;color:#fff}@media (max-width:600px){#error{margin:8vh 5vw 5vw;align-items:center;flex-direction:column}#error figure{max-width:350px}#rightTextError{margin:0;align-items:center;text-align:center}}