* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.navbar {
    height: 80px;
    width: 100%;
}

#heading {
    margin: 40px;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cont-1 {
    margin-top: 4%;
    /* border: 0.5px solid black; */
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}