* {
    margin: 0;
    padding: 0;
    font-family: "Prompt";
    font-weight: 200;
}
strong, b {
    font-weight: 600;
}

.content {
    color: black;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}

.notice {
    background-color: #07877b;
    background-image: url("files/keyvisual-white.svg");
    background-size: 80%;
    background-position: left -50% bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    text-align: center;
    flex: 1;
}
.notice {
    color: white;
    font-size: 4rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0.0em;
}

.card {
    text-align: center;
    background: white;
    flex: 1;
    padding: 3rem;
}

.card a {
    color: black;
    text-decoration-color: #07877b;
    text-decoration-thickness: 2px;
    
}

.logo {
    margin-bottom: 2rem;
}
.logo img {
    max-width: 500px;
}

@media only screen and (max-width: 900px) {
    .content {
        flex-direction: column;
    }
    .notice {
        font-size: 2rem;
    }
    .logo img {
        max-width: 250px;
    }
}


/* prompt-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: url('files/fonts/prompt-v10-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* prompt-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  src: url('files/fonts/prompt-v10-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* prompt-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 200;
  src: url('files/fonts/prompt-v10-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* prompt-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  src: url('files/fonts/prompt-v10-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}