* {
    margin: 0;
    padding: 0;
}

body {
    background-color: black;
    color: white;
    font-family: 'Inter', sans-serif;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text {
    margin-right: 20px;
    text-align: center;
}

.text h1 {
    font-size: 120px;
    color: red;
}

.text h3 {
    font-size: 50px;
}