body,
h1,
p {
    font-family: 'Ubuntu', sans-serif;
}

body, html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url("images/ricepaper_v3.png");
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 3vw;
    color: #333;
    margin-top: 40px;
}

img {
    width: 70vw;
    max-width: 700px;
}