body { font-family: 'trebuchet ms', sans-serif; color:#130149; } .recipeName { position: absolute; } .recipeName:hover { color: orange; } .letterBox { border: 3px solid black; display: inline-block; padding: 20px; width: 500px; z-index: 10; left: 50vw; top: 290px; margin-left:-270px; position: absolute; background-color: white; } .letterContents { width: 90%; position: relative; } #closeButton { width: 30px; height: 30px; z-index: 10; top: 0px; background-image: url("../images/close.png"); background-size: cover; text-align: justify; position: relative; float: right; } .line { left: 50vw; margin-left: -460px; margin-top: 50px; display: block; width: 900px; z-index: 2; position: absolute; } .cls-1 { fill: #130149; pointer-events: none; } .bottom-left { font-size: 30px; position: absolute; top: 0; right: 50px; } #info { width: 180px; padding: 20px; font-size: 20px; z-index: 5; position: absolute; bottom: 20px; left: 20px; } a { text-decoration: none; color:#130149; } #textbox { margin-left: auto; margin-right: auto; width: 35vw; margin-bottom: 80px; } ul { list-style-type:none; } li { padding-top: 5px; }