.rotate-message {
    display: none; 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: black; 
    text-align: center; 
    z-index: 1000;
}
#fullscreen-button {
    position: fixed; 
    bottom: 0px; 
    left:0px;
    z-index: 1000; 
    width: 25px;
    height: 25px;
    background-color: #0e2236;
    border-radius: 5px;
}
#fullscreen-button svg {
    width: 25px;
    height: 25px;
    color: #f5f2ea;
}