body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background-color:#530000;color:#fff;display:grid;grid-template-columns:50vw 50vw;grid-template-rows:20vh 80vh;height:100vh;overflow:hidden;text-align:center;width:100vw}@media screen and (max-width:800px){.App{grid-template-columns:100vh;grid-template-rows:20vh 60vh 20vh}}button:hover{cursor:pointer}.header{align-items:center;display:flex;grid-column:1;grid-row:1;justify-content:space-between;margin:20px auto;width:45vw}@media screen and (max-width:800px){.header{height:10vh;margin:0 20px;width:95vw}}.header-unclicked{flex-direction:column;grid-column:1/3;justify-content:space-around;z-index:200}.header-unclicked:first-child{margin-top:20vh}.logos{max-width:70px;padding:5px}@media screen and (max-width:1200px){.logos{max-width:40px;padding:3px}}@media screen and (max-width:900px){.logos{max-width:30px;padding:2px}}.language{background-color:initial;border:none;color:#fff;font-size:20px;text-decoration:none}@media screen and (max-width:800px){.language{margin-right:20px}}.language:hover{text-decoration:underline}.button{animation:borderPulse 1.2s ease-out infinite;background-color:darkred;border:none;border-radius:15px;color:#fff;font-size:30px;margin:20px 0;padding:4px 15px 10px;text-decoration:none}@media screen and (max-width:1200px){.button{font-size:20px;font-weight:600;padding:4px 10px 6px}}@media screen and (max-width:400px){.button{font-size:15px;font-weight:600;padding:4px 10px 6px}}.button:hover{background-color:red}@keyframes borderPulse{0%{box-shadow:inset 0 0 0 4px #fff6,0 0 0 0 #fff}to{box-shadow:inset 0 0 0 2px #7575ff33,0 0 0 5px #fff0}}.photo{grid-column:2;grid-row:1/2}@media screen and (max-width:800px){.photo{position:absolute}}.photo-clicked{background-color:#530000;-webkit-clip-path:polygon(8% 100%,0 0,100% 0,100% 100%);clip-path:polygon(8% 100%,0 0,100% 0,100% 100%);height:100vh;object-fit:cover;width:50vw}@media screen and (max-width:800px){.photo-clicked{-webkit-clip-path:polygon(0 100%,0 0,100% 0,100% 100%);clip-path:polygon(0 100%,0 0,100% 0,100% 100%);grid-column:1;grid-row:1/2;height:85vh;position:absolute;top:15vh;width:100vw}}.hide{display:none}.body{display:flex;flex-direction:column;grid-column:1;grid-row:2;margin:0 0 5vh 5vw;width:50vw}@media screen and (max-width:800px){.body{grid-row:2/4;margin:0;position:absolute;top:8vh;width:100vw;z-index:100}}.date{color:#fff;display:flex;font-weight:700;justify-content:baseline;margin:10px 0 5px;min-height:30px}@media screen and (max-width:800px){.date{margin:15px 0 5px 10px;min-height:15px}}.status{background-color:#fff;color:darkred;display:flex;flex-direction:column;font-size:80px;font-weight:900;justify-content:center;margin:0;padding-bottom:10px;text-decoration:underline}@media screen and (max-width:1200px){.status{font-size:60px}}@media screen and (max-width:800px){.status{font-size:55px;margin:0 0 45vh}}.message-text{background-color:darkred;font-size:50px;font-weight:700;margin:0;padding:5vh 7vw 7vh;text-align:right}@media screen and (max-width:1200px){.message-text{font-size:40px}}@media screen and (max-width:800px){.message-text{font-size:25px;padding:1vh 3vw 2vh}}.message-text-en{text-align:left}
/*# sourceMappingURL=main.9146e122.css.map*/