@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,700;1,300&display=swap');

html, body {
    font-family: 'Chakra Petch', sans-serif;
    margin: 0;
    width: 100vw;
    height: 100vh;
}

.container {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

img {
    height: 85px;
}

h1{
    font-size: 36px;
    margin: 0;
    font-weight: 700;
}

h2 {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    margin: 0;
}