﻿.fixed-left-center { position: fixed; left: 0; top: 50%; transform: translateY(-50%); color: white; padding: 0px; text-align: center; z-index: 9; } .speech-box { text-align: left; color: black; position: relative; background: #f0f0f0; border-radius: 10px; padding: 15px 20px; left: 70px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); } .speech-box::before { content: ""; position: absolute; top: 16px; left: -15px; width: 0; height: 0; border: 10px solid transparent; border-right-color: #f0f0f0; } .hover-img { cursor: pointer; width: 60px; height: 60px; } .fade-div { display: none; position: absolute; }