@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('https://static.acernuda.com/fonts/montserrat-v30-latin-regular.woff2') format('woff2');
    font-display: swap;
  }
  body {
    margin: 0;
    font-family: "Montserrat";
  }

  .center-screen {
    display: flex;
    justify-content: center;
    align-items: start;
    text-align: left;
    min-height: 100vh;
    padding-top: 2rem;
  }

  .notice {
    background-color: white;
    color: black;
    font-size: 1.1rem;    
  }

  .noticeContent img {
    display: block;
    margin: 1em auto;
    max-width: 100%;
    height: auto;
  }

  .noticeContent iframe {
    display: block;
    margin: 1em auto;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  img{ border-radius: 10px; }  

  a {
    color: #bb1655 !important;
    text-decoration: none !important;
  }

  a:hover {
    text-decoration: underline !important;
  }
 
   @media (max-width: 767px) {     
    .center-screen {
        margin: 0.1rem;
		font-size: 0.9rem;
    }


}