.box {
|
|
z-index: 1000;
|
|
position: fixed;
|
|
max-height: 60vh;
|
|
max-width: 80vw;
|
|
top: 680px;
|
|
left: 155px;
|
|
display: flex;
|
|
margin: 0;
|
|
background-color: fuchsia;
|
|
opacity: 85%;
|
|
}
|