@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&family=Montserrat:wght@400;500;600;700&display=swap');

body {
    margin: 0;
    padding: 0;
}

.main {
    width: 100%;
    height: 100vh;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Comfortaa', cursive;
    font-family: 'Montserrat', sans-serif;
}

.main h1 {
    color: #fff;
}