@import url('https://fonts.googleapis.com/css2?family=Reggae+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Reggae One;
font-family: Noto Sans JP;
}
header h1 
{
    text-align: center;
    justify-items: center;
    margin-top: 170px;
    color: purple;
    text-shadow: 0px 1px 12px rgba(0,0,0,0.4);
    font-weight: 200;
    font-family: Reggae One;
}
header p
{
    text-align: center;
    justify-items: center;
    margin-top: 10px;
    font-family: Noto Sans JP;
    font-weight: 300;
}
header button
{
    display: block;
    width: 182px;
    height: 50px;
    border: 2px solid palevioletred;
    border-radius: 20px;
    background: plum;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 1px 12px rgba(255, 0, 0, 0.4);
    font-size: 16px;
}
header img
{
    display: block;
    max-width: 250px;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
}
