@font-face { font-family: Kyokasho; src: url('fonts/Kyokasho.ttf')}
@font-face { font-family: Kyokasho; font-weight: bold; src: url('fonts/Kyokasho.ttf')}
@font-face { font-family: YuGothic; src: url('fonts/YuGothic.ttf')}
@font-face { font-family: Torus; src: url('fonts/Torus\ Regular.otf')}

/* colours that muya suggested:
    #e3748c
    #8ccfb1 
    #e6dbd1
*/

body {
    display: flex;
    height: 90vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: Kyokasho, YuGothic, sans-serif;
    margin: 0;
    background-color: rgb(39, 37, 39);
    color: white;
    text-align: center;
    font-size: 16px;
}

#logo {
    height: 60px;
}

#website-title {
    font-family: 'Quicksand', sans-serif;
    margin: 0;
    padding-left: 10px;
    font-size: 54px;
    font-weight: normal;
}

#title-flex {
    justify-content: center;
}

#spacing-flex {
    margin-top: 100px;
}

.sakura-spin {
    animation: sakura-spin 0.25s linear;
}

@keyframes sakura-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

#middle_container {
    background-color: #e3748c;
    border-radius: 10px;
    padding: 10px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

p {
    font-family: YuGothic, sans-serif;
    margin-bottom: 0;
}

h2 {
    font-family: YuGothic, sans-serif;
    font-weight: normal;
}

a {
    color: rgb(213, 188, 228);
    text-decoration: none;
}

span {
    font-family: YuGothic, sans-serif;
}

#chisatosparkle {
    width: 30px;
    margin-left: 5px;
}

footer {
    position: absolute;
    bottom: 15px;
}

.grey-text {
    color: rgb(180 181 191);
}

.yurukyan {
    margin-top: 12px;
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

#yurukyan-text {
    color: #FCE758;
    text-decoration: none;
}