@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* commons */
.grid-container {
    max-width: 50rem;
}

body{
    font-family: "Roboto";
}

h1,
h2,
h3,
h4,
h5,
h5{
    font-family: "Roboto";
    color: #333;
    line-height: 1,5;
}


h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

.main-heading{
    margin-top: 50px;
}

p{
    margin-bottom: 0;
}

h6{
    font-weight: 600;
}

a {
    color: #0a0a0a !important;
    text-decoration: underline;
}

a:hover {
    cursor: pointer;
}

ul {
    margin-bottom: 0;
}

.separator {
    border-bottom: 1px solid #555;
    max-width: 100%;
    width: 300px;
    margin: auto;
}

iframe {
    max-width: 100%;
    height: 300px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 1.25rem;
    }
    h3 {
        font-size: 1rem;
    }
    .main-heading {
        margin-top: 30px;
    }
    .separator {
        width: 200px;
        margin: 0;
    }
    iframe {
        margin-top: 2rem;
    }

    img {
        width: 400px;
    }
}