@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

body {
    font-family: Montserrat, sans-serif;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    background-color: #fdfdfd;
}

h1 {
    color: #D35400;
    margin: 0;
    font-weight: 600;
}

p {
    margin: 0;
    font-weight: 300;
    color: grey;
}