@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

*{
    font-family: "M PLUS Rounded 1c", sans-serif;
}

.center{
    text-align: center;
}

h1{
    margin: 1px;
    font-weight: 600;
}

.sansanyon{
    color: #ff9696;
    text-shadow:
            2px 2px 2px #f33, -2px -2px 2px #f33,
           -2px 2px 2px #f33,  2px -2px 2px #f33,
            2px 0px 2px #f33, -2px -0px 2px #f33,
            0px 2px 2px #f33,  0px -2px 2px #f33;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 800;
}

#sansanyon{
    margin: 0;
    font-size: 4vh;
}

video{
    width: 100%;
}

space{
    display: block;
    height: 1px;
}