*{padding:0;margin:0;box-sizing:border-box}a{text-decoration:none;color:#2525fb}body{background-color:#fcf6ee}.container{width:90%;max-width:900px;margin:0 auto 50px}header{display:flex;align-items:center;justify-content:center;height:120px;border-bottom:3px dotted orange}footer{display:flex;justify-content:center}.copyright{margin:1rem;user-select:none;color:#545454}.item{margin:1rem;margin-bottom:50px}.item h2{position:relative;margin-bottom:1rem;padding:.5rem .5rem .5rem 1rem}.item h2::before{content:"";display:inline-block;position:absolute;top:0;left:0;bottom:-7px;width:5px;height:100%;border-radius:5px;background:#8b4513}@media screen and (max-width:600px){h1{font-size:25px}h2{font-size:20px}.copyright{font-size:12px}}