body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.info-icon {
    position: fixed;
    right: 20px;
    top: 35%;
    font-size: 35px;
    cursor: pointer;
    transform: translateY(-50%);
	z-index: 2000;
    color: #ff5f1f;
}

.info-popup {
    display: none;
	position: fixed;
    right: 0;
    top: 0;
    width: 100%;
	height: 100%;
    background-color: #000000e0;
    padding: 10%;
    z-index: 1000;
}
