html, body {
    margin: 0;
    padding: 0;
    font-family: gira-sans, sans-serif;
    overflow-x: hidden;
    background-color: #f6f9fc;
    height: fit-content;
}

h2 {
    font-size: 54px;
    font-weight: 600;
}

h3 {
    font-size: 35px;
    font-weight: 500;
    align-self: center;
}

main {
    padding: 175px 50px 50px 50px;
    padding-top: 175px;
}

.demo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.demo-video {
    width: 84vw;
    padding: 0;
    margin: 0;
    border-radius: 15px;
    border: 5px solid #4215cc;
}