@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');

body, html {
    height: 100%;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: <800t>;
    font-style: normal;
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
}

.container {
    text-align: center;
}

.logo {
    max-width: 640px;
    margin-bottom: 20px;
}

h1 {
    font-size: 30px;
    margin: 0;
}

p {
    font-size: 20px;
}
