.download {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    text-decoration: none;
    padding: 10px;
    background-color: #37A2D6;
    color: #333;
}
.makeScreen {
    text-align: center;
    z-index: 999999!important;
}
.screen-header {
    margin: 10px 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; 
    font-size: 18px;
    background-color: #37A2D6;
    color: #fff;
    padding: 20px;
    display: none"
}
.popup > a {
    text-decoration: none;
    padding: 10px;
    color: #111;
    background-color: #37A2D6;
    color: #fff;
    margin: 5px;
    font-size: 24px;
}
.popup > img {
    position: fixed;
    top: 0;
    right: 0;
    width: 40px;
    cursor: pointer;
}
.popup {
    left: 50%;
    top: 50px;
    min-width: 70vw;
    border-radius: 5px;
    min-height: 70vh;
    transform: translateX(-50%);
    background-color: #ddd;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    z-index: 2;
}
.overlay {
    position: fixed!important;
    top: 50%;
    left: 50%;
    width: 150vw;
    height: 150vh;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0.5;
    z-index: 998;
}
.canvas {
    box-sizing: border-box;
    width: 80vw;
}