﻿body {
}
.Main-Container {
    margin: 0 auto;
    padding-top: 1px;
    max-width: 1500px;
    width: 100%;
    height:85vh;
    text-align: center;
    background-color: aliceblue;
}
.labelSize {
    font-size: 1.4vw;
}
.footer {
  position:fixed; 
  bottom:0; 
  width:100%; 
  height:25px; 
  background: black;
  -webkit-text-fill-color: aliceblue;
  text-align:center;
}
/* Modal Window */
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 140px;
}
.button{
    border-radius: 8px;
        background-color: blueviolet;
        height:40px;
        text-decoration-color:white;
        color: white;
        font-weight: bold;
}
.cancel_btn{
    border-radius: 8px;
    background-color: bisque;
}
