@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

main {
    font-family: 'Montserrat', sans-serif;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.wrapper {
    text-align: center;
}

.wrapper h2, .wrapper button {
    margin-top: 7%;
}