html, body{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 62.5%;
    color: #261C0B;
    min-width: 360px;
    overflow: auto;
}

img{
    height: 100px;
}

h1{
    font-size: 4rem;
    font-weight: 800;
    color: #E35768;
    text-align: center;
}

p{
    font-size: 2rem;
    text-align: center;
}
