@media only screen and (min-width: 320px){.modal-body{margin:40px auto auto;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:scroll}}@media only screen and (min-width: 600px){.modal-body{width:50%;margin:40px auto auto;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:scroll}}.top-flex{display:flex;flex-direction:row;overflow:scroll;align-items:center;justify-content:space-between;width:100%;padding:0 15px}.logo{width:60px;height:60px;border-radius:40px;margin-top:15px;margin-left:15px}.logo2{width:60px;height:60px;border-radius:40px;margin-top:15px;position:absolute;left:50%;transform:translate(-50%)}.close_button{width:60px;height:60px;border-radius:40px;margin-top:15px;margin-left:auto}.carousel_table{width:100%;border-collapse:collapse}.carousel_td{padding:10px;text-align:center}.carousel_p{text-align:justify;font-family:Times New Roman,Times,serif;font-size:21px}.carousel_img{width:300px;height:auto}@media (max-width: 768px){.carousel_table,.carousel_tr{display:block;width:100%}.carousel_tr{display:flex;flex-direction:column}}@media (min-width: 769px){.carousel_tr{display:flex;flex-direction:row}}.splash-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:transparent;display:flex;justify-content:center;align-items:center}.ball{width:50px;height:50px;background:#fc0;border-radius:50%;position:absolute;animation:bounce 1s infinite ease-in-out}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-150px)}}
