@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&family=Libre+Franklin:wght@500&display=swap');

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

div {
    text-align: center;
}

h1 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 46px;
    color: #972c46;
    margin: 0 0 10px 0;
}

h2 {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #454545;
    margin: 0;
    max-width: 100%;
}
