@font-face {
    font-family: F1;
    src: url("./fonts/H1.ttf");
}

* {
    color: #F5FFFA;
}

p {
    white-space: pre-wrap;
    font-family: "PingFang SC", "Microsoft YaHei";
    color: #00BFFF;
}

strong {
    font-family: F1;
}

h2 {
    font-family: F1;
    font-size: 5rem;
}

body {
    background: black;
    width: 90%;
    margin: 0 auto;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1 {
    font-family: F1;
    font-size: 10rem;
    display: inline-block;
    vertical-align: middle;
    margin: 5% 0 0 3%;
}

#subtitle {
    display: inline-block;
    margin: 3% 0 0 3%;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
  100% {
        opacity: 1;
    }
}

.fixedWord {
    position: fixed;
    color: #696969;
    text-align: center;
    padding: 20px;
    display: block;
    z-index: -1;
    left: 50%;
    opacity: 0;
    transition: opacity var(--animation-duration) ease-in-out;
}

.show {
    opacity: 1;
}

#b1 {
    top: 0;
    transform: translate(-95%, 0);
    font-size: 30vh;
}

#b2 {
    top: 15vh;
    transform: translate(-25%, 0);
    font-size: 20vh;
}

#b3 {
    top:48vh;
    font-size: 13vh;
    transform: translate(-10%, -50%);
}

#b4 {
    bottom: 20vh;
    font-size: 37vh;
    transform: translate(-79%, 8%);
}

#b5 {
    font-size: 40vh;
    bottom: 0;
    transform: translate(-33%, 9%);
}

.idea {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 5% 0 5% 0;
}

.idea:first-of-type {
    border-top: gray solid;
    padding-top: 5%;
}

.idea img {
    width: 40%;
    object-fit: contain;
    margin-right: 1em;
}

.idea .content {
    width: 60%;
}

.left {
    padding-left: 5%;
}

.right{
    padding-left: 20%;
}
