#arrowNextStep {
    float: right;
    margin-top: 15%;
    font-size: 4em;
    color: white;
    text-shadow: 3px 7px 12px black;
    margin-right: -4%;
}

.arrowNext{
    background:transparent !important; 
    width: max-content; 
    height: min-content; 
    float: right; 
    margin-top: 60px; 
    padding: 20px; 
    right: 2%;
    position:absolute;
}

#arrowNextStep:hover, .arrowNext:hover {
    color: white;
    text-shadow: 4px 6px 10px #92bcff;
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    width: 100vw;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog>div {
    margin: 2%;
    max-width: 700px;
    min-width: 320px;
    position: relative;
    margin: 100px auto;
    /* max-height: 95vh; */
    overflow: scroll;
    padding: 5%;
    border-radius: 28px;
    background: #fff;
    background: #ffffffde;
    width: 80%;
    margin: 2% auto;
}

.close {
    background: red;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 3%;
    width: 50px;
    text-align: center;
    top: 4%;
    padding: 8px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    /* -moz-border-radius: 12px; */
    border-radius: 28px;
    /* -moz-box-shadow: 1px 1px 3px #000; */
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: rgb(255, 107, 107);
}


#modalDialogDiv {
    height: 73vh;
    padding-top: 2%;
    padding-bottom: 5%;
    margin-bottom: 5%;
    margin-top: 1%;
}


.divP2 {
    width: 280px;;
    display: inline-grid;
    border-right: 1px dotted slateblue;
    padding-left: 15px;
    margin: 1px;
    min-height: 250px;
    align-content: center;
}

.divP1 {
    width: 280px;
    display: inline-grid;
    border-right: 1px dotted slateblue;
    padding-left: 15px;
    margin: 1px;
    min-height: 250px;
    align-content: center;
}

#myConsoleLog {
    z-index: 0;
    position: relative;
    max-width: 70vw;
}

.centerCard {
    margin: 15px auto;
    width: min-content;
}

.action {
    align-content: center;
    display: grid;
}