.modal{display:flex;z-index:1;overflow:auto;justify-content:center;background-position:50%;background-repeat:no-repeat;align-items:center;-webkit-animation-name:animatetop;-webkit-animation-duration:.4s;animation-name:animatetop;animation-duration:.4s}.modal,.modal-backdrop{position:fixed;left:0;top:0;width:100vw;height:100vh}.modal-backdrop{background-color:#252525a4}.modal-content{position:relative;height:40vw;width:100%}@keyframes animatetop{0%{top:-300px;opacity:0}to{top:0;opacity:1}}.close{color:#fff;float:right;font-size:28px;font-weight:700}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer}.modal-body,.modal-header{color:#563431}.modal-footer{padding:2px 16px;color:#5a5a5a}.Back-Button{position:fixed;bottom:10vh}